titanium-crashlytics icon indicating copy to clipboard operation
titanium-crashlytics copied to clipboard

Android: Crashlytics.crash()/Crashlytics.throwException() wont crash the app, just throws an error

Open cmtanko opened this issue 1 year ago • 0 comments

var Crashlytics = require('ti.crashlytics'); Crashlytics.crash(); Crashlytics.throwException()

Instead of actual app crashing, I am just getting a log [ERROR] V8Exception: Exception occurred at undefined:240: Uncaught Error: This is a crash

Platform: android Project: Classic titanium SDK: 12.2.1.GA ti.crashlytics version: 2.5.5

cmtanko avatar Apr 25 '24 05:04 cmtanko