summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-05-03 16:32:46 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2010-05-03 16:32:46 -0700
commite57d89186def9dfabe39cec7a91397079514dc2a (patch)
treecb2c130998392f6b39148032e332e78165674f1a /adb
parent9a22c68e8697a2ec86cd238a87a32ea42d7f8d39 (diff)
parent9b6c850d24df82451862b81f059361b586f5ef0b (diff)
downloadsystem_core-e57d89186def9dfabe39cec7a91397079514dc2a.zip
system_core-e57d89186def9dfabe39cec7a91397079514dc2a.tar.gz
system_core-e57d89186def9dfabe39cec7a91397079514dc2a.tar.bz2
merge from open-source master
Change-Id: Ibc1c58aa757910f2b00acf6883127dd027f01d73
Diffstat (limited to 'adb')
-rw-r--r--adb/commandline.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/adb/commandline.c b/adb/commandline.c
index 8566066..d97e97d 100644
--- a/adb/commandline.c
+++ b/adb/commandline.c
@@ -171,6 +171,12 @@ void help()
"\n"
" - If it is \"system\" or \"data\", only the corresponding partition\n"
" is updated.\n"
+ "\n"
+ "environmental variables:\n"
+ " ADB_TRACE - Print debug information. A comma separated list of the following values\n"
+ " 1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp\n"
+ " ANDROID_SERIAL - The serial number to connect to. -s takes priority over this if given.\n"
+ " ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.\n"
);
}