Android debugging
Daniel James
New Member Posts: 1 ✭
Hi all,
I have finally got android functionally working (to the best of the images ability despite the heartache). I can't actually debug using usb or even take a bug report. Has anyone had any luck with viewing logs from a specific installed application (installed from apk)
Regards
I have finally got android functionally working (to the best of the images ability despite the heartache). I can't actually debug using usb or even take a bug report. Has anyone had any luck with viewing logs from a specific installed application (installed from apk)
Regards
Comments
-
Hi James
Please take a look at the link below, it should be useful to you
Android Enthusiasts Stack Exchange
if you want use app to get viewing logs, maybe you can try to choose three-party app like Logs Viewer for Android, This application is for viewing logs monitored -
You can either download the https://developer.android.com/studio/index.htmlSDK and use adb logcat or get aLogcat from the Market, which shows the log directly on your phone.