| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Debug through USB with adb

Page history last edited by Will 13 years, 5 months ago

This tutorial assumes that you:

 

 

$ cd ~/Eclipse/plugins/android-sdk-linux_86/tools

$ ./adb

 

Debug commands:

  ./adb bugreport    - Returns bug report information

  ./adb logcat           - View device log

 

Environmental Variables:

  ADB_TRACE                               - Print debug information.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these debug tags are printed.

 

 

Comments (0)

You don't have permission to comment on this page.