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 [email protected] -----Original Message----- From: use-livecode [mailto:[email protected]] 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 | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
