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
1
vote
2 answers
Objective-C : appending a NSString to NSException reason
I am working on some API (Crittercism) to report handled exceptions in the client to server.
The client API takesNSException as the input parameter. I have to add some application context info string(NSString) also to theNSException before calling…

Sinu Varghese
- 800
- 1
- 14
- 39
1
vote
1 answer
crittercism - Not possible see my console crash log in xcode
How can I do to see the log of the crash in Xcode?, because when I have active the crittercism, with debugger mode, can not see the console log, always if I want to use xcode debugger, I need to disable crittercism and I think that is…

Ricardo Burgos
- 95
- 9
1
vote
1 answer
add crittercism sdk to my ios app
I'm trying to use crittercism to know the crash in my app, the problem is that when crittercism have a crash report to send of web service, my app crash. so I can not open the app again.
The only possible to open the app is, run again the app with…

Ricardo Burgos
- 95
- 9
1
vote
1 answer
Crittercism does not catch some of the crashes
I am on Android and using Crittercism to log the crashes but unfortunately it doesn't catch all the crashes. A lot of the missed crashes are OutOfMemoryExceptions, but not all OOM exceptions are missed. I could not figure out any pattern as to when…

user3846994
- 113
- 1
- 4
1
vote
2 answers
Passing Exception to Crittercism LogHandledException causes NullReferenceException
Using Assembly CrittercismWP8SDK.dll, v2.0.0.0
In Old code below, Crittercism throws an NullReferenceException: at
[System.NullReferenceException] = {System.NullReferenceException: Object reference not set to an instance of an object.
at…

ezaspi
- 684
- 7
- 25
1
vote
1 answer
Crittercism with proguard in Android
I'm using crittercism library in my Android project with proguard. When I compile my app, I get this error in console:
Warning: crittercism.android.c: can't find referenced method 'org.json.JSONArray put(long)' in class org.json.JSONArray
I can add…

user3057179
- 243
- 3
- 10
1
vote
1 answer
How to find the crash with crash log in crittercism?
The crash log in crittersicm is as mentioned below:
Exception Type: SIGSEGV
Exception Reason: SEGV_ACCERR
0 libobjc.A.dylib 0x38a33b36 objc_msgSend + 22
1 UIKit 0x30937739 _UIApplicationHandleEventQueue + 4945
2 CoreFoundation 0x2e18d183…

user1899840
- 543
- 2
- 7
- 19
1
vote
0 answers
How to use crittercism with apportable?
I am porting my iOS game to Android using Apportable and just ran into an issue with Crittercism that I haven't been able to solve.
First of all I noticed that the Apportable SDK comes with an old version of Crittercism embedded (3.0.2), that…

Dario
- 671
- 5
- 14
1
vote
2 answers
Crittercism i cant'see my crash on live stat
I am crashing my app now in the debug mode for testing and i am not getting any crash report for that on my dashboard.
I use this part of code
Crittercism.initialize(getApplicationContext(), getString(R.string.crittercism_app_id));
…

tamtoum1987
- 1,957
- 3
- 27
- 56
1
vote
1 answer
How to debug a crash that occurs randomly in an iOS application?
Currently, I am using Crittercism for crash reporting and making sure that I add dSYMs to get symbolicated crash reports.
But it is not helping with some of my crashes which are segmentation faults (SIGSEGV and SIGBUS). They occur randomly and I…

utsavanand
- 329
- 1
- 3
- 15
1
vote
1 answer
Xamarin android - Integration with crittercism for unhandled exceptions not working
I've created a bindings project, hooked everything up in my onCreate etc. Everything works except for unhandled exceptions. Let me elaborate on "Everything works" - I can see via crittercism's live stats page that there is indeed an app load, I can…

Thwaitesy
- 1,503
- 2
- 13
- 15
1
vote
2 answers
What is the purpose of crittercism's NotificationActivity in Android
I am working on some legacy code that includes the following line in the AndroidManifest.xml file:
Since I can't find any mention of this in the Crittercism docs, I wonder what…

Jo Jo
- 7,245
- 5
- 34
- 49
1
vote
5 answers
How sending Application crashes report to mail from the application?
I want to report a log when the application crash.And i want to send this report to my mail how can i implement this can any one give an idea?
Thanks in advance

Seshu
- 137
- 2
- 6
1
vote
1 answer
How to interpret symbolized crash reports?
This is the crash report i have got from crittercism.
Thread: Unknown Name (Crashed)
0 libobjc.A.dylib 0x3a0b3054
1 libobjc.A.dylib 0x3a0b2f9b
2 libobjc.A.dylib …

Susitha
- 3,339
- 5
- 27
- 41
1
vote
1 answer
How to see device orientation on Crittercism portal
I am using Crittercism for Crash Reporting in my android app. The prob. is that am not able to figure out the way of finding device orientation on Crittercism web portal.
They must provide tutorial about how to use a feature. As their use base is…

Shailendra Singh Rajawat
- 8,172
- 3
- 35
- 40