sarriaroman / FabricPlugin

Fabric.io plugin for Cordova or Phonegap
MIT License
198 stars 159 forks source link

iOS crash not reported #136

Open csabbey opened 5 years ago

csabbey commented 5 years ago

If I purposely crash my app with my plugin, I get the crash reported to Crashlytics, so I think I have everything configured correctly.

If iOS closes my app (at least for the exception pasted below), the phone has a crash report, but I don't get it in Crashlytics.

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, scene-update watchdog transgression: com.company.app exhausted real (wall clock) time allowance of 10.00 seconds |  | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: scene-update | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 2.390 (user 2.390, system 0.000), 4% CPU", | "Elapsed application CPU time (seconds): 0.002, 0% CPU" | )

Is this expected behavior?