Android 命令行工具

清除某个应用(package)相关数据

$ adb shell pm clear package.name

通过 Action 来启动 Activity

$ adb shell am start -a "com.orange.messenger"

通过 Component 来启动 Activity

$ adb shell am start -n "com.orange.messenger/com.orange.messenger.SplashScreen"

通过进程 id 或者应用包名查看内存使用信息

$ adb shell dumpsys meminfo <package_name|pid>

查看 CPU 信息

$ adb shell dumpsys cpuinfo

查看 Activity 信息

$ adb shell dumpsys activity

查看 Activity 信息

$ # set operator, 20801 for OFR, 310260 for T-Mobile USA
$ adb shell setprop gsm.sim.operator.numeric 20801
$ adb shell setprop gsm.operator.numeric 20801