Searched refs:adb_shell (Results 1 – 1 of 1) sorted by relevance
62 function adb_shell { function94 local _ABI=$(adb_shell getprop ro.product.cpu.abi)184 RELEASE=$(adb_shell getprop ro.build.version.release)198 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then200 adb_shell mv /system/bin/app_process.real /system/bin/app_process201 adb_shell rm /system/bin/asanwrapper202 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…204 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32205 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64206 adb_shell rm /system/bin/asanwrapper[all …]