Short logcat on Android 13+
I’m seeing a small number of logcat entries from my apps and the system, since Android 13, and now Android 14, on both my Pixel 6 Pro and Pixel 8 Pro.
Android Studio flows logcat with strange error message
For some reason logcat of my app is flawed with same error message:
when the phone charging to 100%, adb bugreport >bugreport.zip,but the bugreport. zip does not have a log of the charging. phase why is this?
When the phone charging to 100%, I use the adb bugreport command to get the bugreport.zip, but the bugreport. zip does not have a log of the charging phase. why is this?
adb logcat works but logcat doesn’t why?
logcat tool window in my Android Studio doesn’t print any log messages.
But when I run “adb logcat” in a terminal console it prints log messages well.