#watch adb
1 messages · Page 1 of 1 (latest)
Ive installed Android Studio and Im currently following these instructions
I'm at this part
Connect the debugger to the watch
ok, I was able to connect my watch to Android Studio
It shows up as a device
not sure how to generate logs
watch adb
you just need to reproduce the issue, in Android Studio at the bottom youll see some tabs one of which is for Logcat. That tab will contain all the device logs so once you reproduce the issue you just need to scroll and copy the entire section in red
ok, going to try it now