Questions tagged [crittercism]

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.

https://www.crittercism.com/

https://en.wikipedia.org/wiki/Crittercism

99 questions
0
votes
1 answer

How do I report non-fatal errors using Android Crittercism SDK

In my app, I'm catching an NPE then handling it grateful. Still, I would like to know when this happens using Crittercism. Is this possible? EDIT: I.e., is it possible to make Crittercism think there was a crash?
Sean Thomas
  • 129
  • 12
0
votes
1 answer

App get Crash in the CoreData [NsManagedObjectContext]

App get crash on the MyCrashApp line. This crash randomly occurs on the app. I'm trying to load data from servers and store them in table using CoreData, which will be then presented on UIview. It Shows SIGSEGV error in Crittercism 0 …
Aditya
  • 783
  • 1
  • 8
  • 25
0
votes
1 answer

How to debug an iOS app that does not make it past launch for certain users?

I have hundreds of people using my app, but a handful are reporting that the app does not make it past the black launch screen (it immediately closes, before entering into my app). I'm using Crittercism but it's not even getting far enough to catch…
Zane Claes
  • 14,732
  • 15
  • 74
  • 131
0
votes
1 answer

How to export a Crittercism crash report?

Is there a wat to export a Crittercism complete report about crash? At the moment from portal I see it's possible to export a report about StackTrace and another one to export the Json-encoded user data but I need a complete report, as shown on…
Flavio Capaccio
  • 706
  • 4
  • 15
0
votes
1 answer

Crittercism API Crash Trends Data For Custom Time Period

My primary need is to get DAU, MAU, Crash percent, Availability, Rating etc., for any custom time period. (Eg: last 2days, 1week, Date1 - Date2 etc.,) So far I have been using the data from Crash Trends page in dashboard, by setting custom date…
Ram
  • 13
  • 4
0
votes
1 answer

Integrating Crittercisim SDK in workspace with multiple projects

My workspace has a structure such as depicted below: MultipleProjects.xcworkspace CrittercismSDK Project1 Project2 Project3 : Projectn I've tried using this KB article without any luck:…
0
votes
3 answers

Crittercism Curl Script to Java HttpUrlConnection

I have been trying to convert the following Curl script to Java in order to get the acces token, but seems to fail all the time with either a 400 or 401. What am I doing wrong? Is the curl conversion to java rightly done below? Please advice... Curl…
Ram
  • 13
  • 4
0
votes
2 answers

Cannot see Crittercism app crashes on Android

I use crittercism for my app. Here is what i do to initialize Crittercism: I only use the following permission: and i initialize Crittercism like the…
yrazlik
  • 10,411
  • 33
  • 99
  • 165
0
votes
1 answer

Crash report is not showing when an android app is launched through Real Device?

We launched one android demo app(Hello World) on a real device.One Runtime exception has been written in code in order to crash the app.Crashes showing in crittercism are not the latest crashes.
siku06448
  • 1
  • 3
0
votes
2 answers

Crittercism catching native exceptions in Android?

I'm helping develop an app that uses a 3rd party library which uses the NDK. However, whenever I try to enable NDK reporting, I don't see any actual crashes in the live alerts: CrittercismConfig config = new CrittercismConfig(); …
David T.
  • 22,301
  • 23
  • 71
  • 123
0
votes
2 answers

Persistent crash on my iOS App, unable to locate it

I'm searching for 5 days ago about this crash, but I can find why my app crash sometimes. I'm using the Crittercism library to log my crash. The dSYM file is correctly uploaded on the Crittercism website. Here the crash log from Crittercism: 0…
Lapinou
  • 1,467
  • 2
  • 20
  • 39
0
votes
1 answer

How to use crittercism for an android Service

Is there a way to use crittercism for crash reporting of a Service ? The application is just a service without any Activity whatsoever. I'm using the crittercism initialization in the onCreate method of the service as…
0
votes
1 answer

App crashes in iOS 5 in iPad and works fine in iOS 6 and iOS 7

I have Crittercism in my app. I created a copy of this app to ugrade to next version. But it crashes before it enters applicationDidFinishLaunching. But the previous version of app is working fine. In case I remove the Crittercism in the current…
user1899840
  • 543
  • 2
  • 7
  • 19
0
votes
1 answer

Crittercism make the iOS app crash built by xamarin

I want to use Crittercism in iOS app built by xamarin, but the app will crash after enable it. I have found the solution at How to create crashlytics binding for Xamarin.iOS? and add the codes suggested but the app still crash. The version of…
user2660801
  • 31
  • 1
  • 2
0
votes
0 answers

SIGSEGV crash on iOS, caused by _Z4bootiPPc

I am trying to figure out this crash which was reported through crittercism for an app I am working on for iOS. I've been searching for an answer, but without any luck. The name of the crash is SIGSEGV and it is caused by _Z4bootiPPc. 0 …
Mark
  • 133
  • 1
  • 2
  • 8