简体   繁体   中英

Android Studio - How to monitor device after reboot?

I'm developing an app with a BootReceiver class which is misbehaving so I would like to view its Log.d(...) output after the device is restarted.

When the app restarts, it shows as DEAD in the Android Monitor tab so no log output is shown. Is there any way I can view the log output (pref. via Android Studio)?

(Could find nothing on Google or on the official Debugging with Android Studio page.

I think you can select: "No Filters".

This way, whole log will be displayed.

Then, you can filter the log by your log tag (or any other text that you are search for).

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM