Crashes/ UncaughtExceptions are not tracked in Google analytics in Titanium -



Crashes/ UncaughtExceptions are not tracked in Google analytics in Titanium -

i have integrated google analytics module downloaded market place , able track events, screens, user timings etc.

but crashes not tracked in google analytics. have observed titanium handles application crash , showing run-time exception in reddish screen in development mode. thought might reason crashes not beingness tracked in google analytics. have uploaded sample application play store , tested application crashes in production mode (i have included code crash when button selected).

but haven't observe crash code execution after crash statement stopped , crash not tracked in google analytics.

i have included next code track crashes in application in titanium

ga.trackuncaughtexceptions = true;

please suggest.

google-analytics titanium

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -