简体   繁体   中英

adb logcat - no output, adb shell works though

I have a strange problem after Oreo update - 'adb logcat' stopped working.

Note that device is properly connected - I can debug, I can view logs in Android Studio, even I can start adb shell and do logcat but no direct logcat out from the adb command.

So in short,

# adb logcat

Absolutely no output. However, following works (logcat from the adb shell)

# adb shell
logcat

Any idea?

try these steps (even though your logcat is open) in android studio go to

        View->Tool Windows->Logcat

see if it works

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