I am unable to find logs in Logcat when I try to log on physical device but when I try to log on Emulator the Logs are completely visible.
I tried INVALIDATE CACHES removed and connected the device again and again and all the possible solutions. But nothing is working for me.
Now I am expecting to get a desired solution for this issue.
2
Answers
You can list the connected devices via
adb
commandand then choose the one using
-s
. See https://developer.android.com/tools/adb#directingcommandsMake sure you’ve selected the physical device from the logcat’s dropdown.