View Single Post
Old 11-12-2021, 05:30 PM   #61
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,019
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
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
Renate is offline   Reply With Quote