Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I enable adb tracing

Tags:

android

I am intrested in viewing the packets sent by between adb client and adbd through usb. I tried setting the environment variable ADB_TRACE to 1. But when I run "adb shell" though the shell comes up, I am not able to see any traces. Any help will be appreciated thanks

like image 966
alvin Avatar asked Apr 26 '11 14:04

alvin


1 Answers

Try adb logcat. That will show you the log.

like image 61
Haphazard Avatar answered Sep 28 '22 07:09

Haphazard