wm
Show information about the screen of an Android device.This command can only be used through adb shell.
adb shell
settings
Get information about the Android OS.
screencap
Take a screenshot of a mobile display.This command can only be used through adb shell.
pm
Display information about apps on an Android device.
pkg
OpenBSD package manager utility.
logcat
Dump a log of system messages, including stack traces when an error occurred, and information messages logged by applications.
input
Send event codes or touchscreen gestures to an Android device.This command can only be used through adb shell.
getprop
Show information about Android system properties.
dumpsys
Get information about Android system services.This command can only be used through adb shell.
dalvikvm
Android Java virtual machine.
cmd
The Windows command interpreter.
bugreportz
Generate a zipped Android bug report.This command can only be used through adb shell.
bugreport
Show an Android bug report.This command can only be used through adb shell.
am
Android activity manager.