Android studio logcat not working

前端 未结 20 2290
迷失自我
迷失自我 2020-12-16 09:55

There is very awkward thing I am facing logcat is shown in debugging application but while running(not debugging) application it is not showing logcat .

I tried rest

20条回答
  •  抹茶落季
    2020-12-16 10:33

    • You may be hiding it, try pressing Alt + 6 to open Log tab.

    • Look at the log level:- it must be verbose.

    • Restart adb.

    • If that doesn't works restart the android studio.

提交回复
热议问题