| 
View
 

Debug through USB with adb

Page history last edited by Will 14 years, 4 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.