View Single Post
Old 11-13-2021, 03:42 AM   #62
RHCPNG
Enthusiast
RHCPNG began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Jun 2018
Device: Onyx Boox Note Pro
Quote:
Originally Posted by Renate View Post
Code:
C:\>adb logcat
Does it spew?
Can you make any sense of it?
If you see a table-like dump of registers, that's bad.
If you see a stack trace (20-odd lines all indented) that's different.
If it's just endless messages that's different.

Try (for fun)
Code:
C:\>adb shell
$ stop
$ start
$ am start -n com.android.settings/.Settings
I can't get it to connect to ADB. ADB is saying "Waiting for device".
RHCPNG is offline   Reply With Quote