J,

Using adb at the command prompt(in the platform-tools folder in the SDK)...
First clear the logcat
Adb logcat -c
Then run your app, let it crash and then dump the logcat. This will dump to
your screen.
Adb logcat -d
You can pipe the screen dump into a file if you need to submit a bug report.
There's a lot in the logcat and not all of it will be related to the crashed
launch.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-----Original Message-----
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of J. Landman Gay via use-livecode
Sent: Wednesday, May 08, 2019 6:40 PM
To: LiveCode Mailing List
Cc: J. Landman Gay
Subject: Crash log on mobile?

An Android app in testing has crashed a few times. Is there a way to get a
crash log? There is no error, just a quit to the launcher.

-- 
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
  • Crash log on mobile? J. Landman Gay via use-livecode
    • RE: Crash log on mobile? Ralph DiMola via use-livecode

Reply via email to