Crittercism is a venture-funded startup company that has built a scalable crash reporting and customer support SDK for iOS and Android apps.

learn more… | top users | synonyms

0
votes
0answers
16 views

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 ...
0
votes
2answers
36 views

Crittercism - Is integration with android really that easy?

This is the first time I am integrating a crash reporting service to my application. So, please bear with me if this is a dumb question... I have followed the instructions given here and (i ...
-1
votes
1answer
48 views

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, ...
1
vote
1answer
69 views

How can i resolve a SIGSEGV with crittercism

I'm using crittercism to get crash report on my app. It's working pretty well but i got a crash with a stacktrace wich is not really helpfull. 0 libobjc.A.dylib 0x3b16c5b0 objc_msgSend + 16 1 ...
0
votes
2answers
147 views

Crittercism Reports Crashing on main.m

Short Description: We have a SIGABRT crash from the main.m. The only information we get is a minimal crash report from Crittercism and we have no idea how to reproduce the crash. Detailed ...
1
vote
1answer
110 views

i fail to understand these 2 crash reports

Since i received comments of crashes but the app never crashes for me, I now use critterism to hunt down crashes. I received one report that pointed to me to an error by me. It was easy, since the ...
3
votes
2answers
291 views

Handle iOS Exceptions own way besides Crittercism

I have an ios app in which I am already using Crittercism. It reports the exceptions perfectly. My problem is that I also want those exceptions to be logged to my backend server. I have tried a lot ...
1
vote
0answers
169 views

Binding Crittercism for Mono for Android

I'm trying to use Crittercism for Mono for Android. I've managed to compile the binding project of the crittercism jar with the following Metadata.xml <metadata> <remove-node ...
-3
votes
3answers
232 views

Cannot find great analytics library for android [closed]

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 ...
1
vote
3answers
279 views

Crittercism SDK version 2.3.5 for iOs

I'm using crittercism to get the crash report from my iPad app. I want to know if the app crashed last time when it was loaded, but it seems that the CrittercismDelegate which contains function ...
1
vote
1answer
66 views

Crash in audioInpuStream - not clear to me what actually happened

I just got this crash log from Crittercism. Now I suspect that it might be caused by a 3rd party library for cloud-based speech which I'm using (iSpeech), but I really can't tell. All I do know is ...
2
votes
1answer
657 views

Detect app crashed during load / last time it was run?

I would like for my app to reset to standard settings if it crashed during startup. Preferably also if it crashed last time it was run. EDIT: Crittercism has a crittercismDidCrashOnLastLoad method, ...
0
votes
1answer
106 views

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 ...
2
votes
0answers
236 views

Only some users reporting “Resource Not Found” error. Does this make sense?

I am seeing a a couple of errors coming up on Crittercism (Crash reporting service) for my published Android app. The trace is the following: 0 java.io.IOException: Resource not found: ...
1
vote
1answer
395 views

IOS report crash

I'm using crittercism to get the crash report from my ipad app. What i need is to check if the app was crashed last time loaded at startup. I'm using the CrittercismDelegate that contains ...
3
votes
2answers
520 views

How can I send an exception manually with Crittercism?

I'm using the android crittercism library and trying to send a report when I catched an error level exception. But I can't find the documentation on how to do that. Is this even possible? If so, how? ...
9
votes
5answers
467 views

iOS app crash rate - background noise level?

We've just released an app using the Crittercism framework. After some time, we've had about 125K app loads, and 95 crashes - a rate of less than 0.08%. One crash happened 19 times, another 10, but ...