skip to Main Content

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


  1. You can list the connected devices via adb command

    adb devices
    

    and then choose the one using -s. See https://developer.android.com/tools/adb#directingcommands

    Login or Signup to reply.
  2. Make sure you’ve selected the physical device from the logcat’s dropdown.

    Logcat

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search