Add documentation for some adb environmental variables.

The ADB_TRACE one is particularly important.

Change-Id: I125a5930c43065c8cf505eea40d20e3f209bc858
This commit is contained in:
Tim 2010-02-16 20:18:29 +00:00 committed by Jean-Baptiste Queru
parent 26bb6e92ba
commit cd64315f72
1 changed files with 6 additions and 0 deletions

View File

@ -170,6 +170,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"
);
}