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
2
votes
4 answers

is there any crittercism jenkins plugin available for android

Some of you guys might be aware that automatically upload iOS symbolication file(dSYM) to crittercism server from jenkins is possible using Crittercism dSYM Plugin . I am looking for similar plugin which can upload android proGuard mapping file…
Shailendra Singh Rajawat
  • 8,172
  • 3
  • 35
  • 40
2
votes
1 answer

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
huesforalice
  • 2,418
  • 2
  • 24
  • 29
2
votes
3 answers

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 crittercismDidCrashOnLastLoad is not working. Any…
FlorinP
  • 21
  • 1
1
vote
0 answers

firebase ANR due to deadblock

After I upgraded Firebase-cloud-messaging SDK and Crittercism SDK at the same time, My App ANR has a very high ANR rate. ANR happened during the launch. My dependencies config is: implementation…
1
vote
1 answer

Network traffic not found in crittercism

My mobile app is using Crittercism v5.8.7. I am able to see the crashes, network traffic is not tracked in Crittercism. I tried checking for isServiceMonitoringEnabled() and enabled the service using…
Sunil
  • 101
  • 2
1
vote
2 answers

Disable Crash Reporting in MixPanel

From MixPanel release 3.1.5 (iOS) there are few events which are automatically tracked, one of them are Crash Events. Is there any way to disable Crash reporting. It does conflict with Appteligent/Crittercism Release…
viduth
  • 25
  • 5
1
vote
1 answer

crash reporting with crittercism in react-native project

I want to use crittercism for "crash reporting/exception handling" in react-native project, Want to check if anyone already has done it ? If yes please guide.
Ratnesh K Sinha
  • 51
  • 1
  • 10
1
vote
1 answer

Xcode 8.2 app Crash -[viewcontroller .cxx_destruct] symbolicated crash report

App is experiencing following crash and unable to understand the cause behind of this crash. This crash report I got it from App Store. This is the crash report screenshot It is mostly affecting on iOS 10.2. In this class I'm using Google Maps,…
Antony Raphel
  • 2,036
  • 2
  • 25
  • 45
1
vote
1 answer

SIGSEGV SEGV_MAPERR crash, only iOS 9.2.1

my app crash only iOS 9.2.1 The rest of devices okay. Crash in arbitrary places. Please help me =) I use crittercism. I am new to programming, tell me the right way please. Name SIGSEGV Reason SEGV_MAPERR 0 libobjc.A.dylib 0x0000000180d09bdc…
Shamil
  • 45
  • 1
  • 2
  • 7
1
vote
1 answer

FMDB Crash: SEGV_MAPERR at [FMDatabaseQueue inDatabase:]

I'm using FMDB in an iOS app. Recently I have received several crash reports from Apteligent about a crash of FMDB: 0 libdispatch.dylib 0x00000001810ab120 _dispatch_main_queue_callback_4CF + 2904 ! 1 myApp 0x00000001001ac840 -[FMDatabaseQueue…
jmartinalonso
  • 2,324
  • 1
  • 19
  • 22
1
vote
0 answers

FATAL EXCEPTION: main on App Android using crittercism plugin

Thank you very much for stopping by here. I'm implementing a tool crash to my app for android. This worked properly until I added the necessary tool for the plugin crash. In this case it is crittercism for Android app with phonegap…
Armando
  • 43
  • 6
1
vote
0 answers

Dynamically disable crittercism reporting in Android

Is there a way to dynamically disable reporting by Crittercism? I saw setOptOutStatus method but I am not sure if this is for disabling all reporting by Crittercism? Also, could anyone please let me know where I can download the API docs for…
Raghav
  • 1,014
  • 2
  • 16
  • 34
1
vote
1 answer

iOS Crittercism & Salesforce Mobile SDK Sync Issues

I have a native iOS Mobile application (xCode 7.2, iOS 9) that has the salesforce mobile SDK (v.3.3.1) integrated and configured to sync a number if soups with Salesforce. When I try to use Crittercism (v.5.4.0) and enable it, the Saleforce Soup…
1
vote
1 answer

Firebase Android crashed when call authWithPassword for signed apk

I've got a weird crashed bug, not happen on debug apk, but crashes on signed apk when call authWithPassword. This is crash log. Something wrong with SSL E/Firebase(22682): An unexpected error occurred. Please contact support@firebase.com. Details:…
Ricky
  • 569
  • 4
  • 16
1
vote
1 answer

Xamarin : How should I use LogNetworkRequest in Crittercism

I am using HttpClient in my Xamarin app. Using Crittercism for Instrumentation. I tried using LogNetworkRequest in Crittercism but I am not sure how to use it. Crittercism.LogNetworkRequest( "GET", "http://www.abc123def456.com", 2000, …
Signcodeindie
  • 776
  • 1
  • 10
  • 28