Android Logcat is empty when debug with device in android studio

后端 未结 11 1434
轻奢々
轻奢々 2020-12-08 14:21

When I try to debug using android device in android studio Logcat shows nothing. But when I use emulator LogCat shows all the messages. How should view the Logcat messages w

11条回答
  •  伪装坚强ぢ
    2020-12-08 14:42

    In Android studio 1.* if logcat messages have disappeared for me helps the next trick:

    Tools -> Android -> disable )) "enable ADB integration" (if it've been enabled)
    Tools -> Android -> enable it again "enable ADB integration"
    

提交回复
热议问题