Android Logcat is empty when debug with device in android studio

后端 未结 11 1439
轻奢々
轻奢々 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条回答
  •  萌比男神i
    2020-12-08 14:45

    If anyone's still having trouble with this despite trying all the answers here, just use System.out.println instead of log.* and your debug messages will output.

提交回复
热议问题