Lines Matching refs:adb
27 …cmds/dumpstate && adb push ${OUT}/system/bin/dumpstate system/bin && adb push ${OUT}/system/lib64/…
35 adb root && adb remount -R && adb wait-for-device && adb root && adb remount
42 adb root && adb remount
50 adb shell mkdir /data/nativetest64
56 … -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_* /data/nativ…
62 …j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_test* /data/nat…
68 adb shell setprop dumpstate.dry_run true
74 adb shell setprop dumpstate.unroot true
80 adb shell setprop dumpstate.version VERSION_NAME
86 adb shell setprop dumpstate.version split-dumpsys && adb shell dumpstate -v
92 adb shell setprop dumpstate.version default
98 adb shell setprop settings_call_bugreport_api true
116 alias br='adb shell cmd activity bug-report'
117 alias ls_bugs='adb shell ls -l ${BR_DIR}/'
120 adb pull ${BR_DIR}/$1 && emacs $1 && mv $1 /tmp
124 adb pull ${BR_DIR}/$1 && less $1 && mv $1 /tmp
128 if [ -z "${BR_DIR}" ] ; then echo "Variable BR_DIR not set"; else adb shell rm -rf ${BR_DIR}/*; fi