No debuggable processes in logcat when phone detected by Android studio
I had a similar issue, when I was building an app, I could select the device in Logcat, but not the process. (same message, “No Debuggable Processes”) The reason: I was building my app in release, then, when I changed the build variants to debug, I was able to select the process.