Issue
adb
used to work fine in my machine, but recently while testing I had to increase the log buffer size using adb logcat -G 100M
which worked fine. But after few days, now my adb
is stuck completely. When I run adb logcat
, it is completely stuck and doesn't do anything.
Things I have tried:
- Restart adb server
- Reconnect device (
adb reconnect
) - Restart machine
- Restart android studio.
Btw adb devices
and adb shell
works fine. Can someone help ?
Solution
Finally it worked when I restarted my phone :)
Answered By - vizsatiz
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.