Android Things {AppName} has stopped - get logs

134 views Asked by At

I'm running a build from the Android Things Console built with several custom apks

One of the apps is failing with "{AppName}" has stopped. Open app again" The cause appears isolated to only one Configuration.

I'm trying to get to root cause, normally I would run "adb logcat" to view full details with android. Is adb logcat support with Android Things build? Is a mechanism such as logcat available in Android Things when built with a build from the Android Things Console? If not, is there an alternative?

1

There are 1 answers

3
Nick Felker On

ADB is available on development images of Android Things, not on production builds. You can change which one in the console. You can also add crash reporting tools like Crashlytics which will provide crash reports for you.