Crittercism is a venture-funded startup company that has built a scalable crash reporting and customer support SDK for iOS, Android and WindowsPhone 8 apps.
Questions tagged [crittercism]
99 questions
0
votes
2 answers
I want to test 'Crittercism' tool, how can i develop a crashing app for android?
I want to develop a basic app for Android which must crash randomly to test 'crittercism' tool. What must i do to make an app crash?
Thanks.

ufukcakir
- 61
- 2
- 11
0
votes
2 answers
What is the crittercism stacktrace meaning?
It's the first time I use crittercism and when I take a look to stacktrace there is something like :
0x000b24d9 __32-[MenuViewController loadOrders]_block_invoke + 189
What does mean the + 189 ?
I checked, this is not the line number.
Thanks !

Jean Lebrument
- 5,079
- 8
- 33
- 67
0
votes
1 answer
Crittercism crash report not delivered
i have made an account on crittercism. I have developed Windows Phone 8 app and also installed the nuget package. then i have add the following code line in my App() function.
Crittercism.Init("************");
The complete code of my App function…

Madu
- 4,849
- 9
- 44
- 78
0
votes
1 answer
What symbolicated crash reporting means in android
i just started using crittercism crash reporting tool for my android app .
their web shows some content which is completely beyond my tiny head. like
an alert message
"To get symbolicated crash reports, upload ProGuard mapping files
matching…

Shailendra Singh Rajawat
- 8,172
- 3
- 35
- 40
0
votes
1 answer
How to use the crittercism error reporting library from behind a firewall?
I'm using Crittercism error/crash reporting on internal android devices that are behind a firewall.
How should I configure my firewall to let the crittercism library send info to the server? (port, ...)
Thanks!

Alexis
- 16,629
- 17
- 62
- 107
0
votes
1 answer
Easy way to add standardUserDefaults to Crittercism error report metadata?
I could add them one by one using the Crittercism method
[Crittercism setValue:(NSString *)value forKey:(NSString *)key];
...but that is fragile when adding new settings and error prone. Can anybody suggest a better way to just add the entire…

Anders Sewerin Johansen
- 1,578
- 18
- 40
-2
votes
1 answer
Crittercism SDK 4.3.7 is crashing in iOS 8.0 device
Crittercism SDK 4.3.7 is crashing in iOS 8.0 :
Getting error at com.apple.NSURLConnectionLoader after running application.
Can anybody have solution for this or need to wait for new version of SDK with fix for this bug.

Kushagra
- 49
- 6
-3
votes
1 answer
What is TrendMicroMarsAndroidSandbox?
A note to casual surfer: if you don't have idea what Crittercism or TrendMicroMarsAndroidSandbox are, just pass on to questions you know something about and don't downvote. This is a valid question/issue.
I'm a Crittercism user and got a crash…

Saran
- 3,845
- 3
- 37
- 59
-3
votes
3 answers
Cannot find great analytics library for android
I really like to use flurry for analytics, however crash reports provided by the flurry are pretty ugly and short.
So i decided to use crittercism for crash reports.
And now these libraries takes 0.5 mb of my 1.4 app so it's pretty sad for me…

Korniltsev Anatoly
- 3,676
- 2
- 26
- 37