diff --git a/envsetup.sh b/envsetup.sh index 281b63463..b58640d71 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1150,8 +1150,7 @@ function stacks() adb shell cat $TMP else # Dump stacks of native process - local USE64BIT="$(is64bit $PID)" - adb shell debuggerd$USE64BIT -b $PID + adb shell debuggerd -b $PID fi fi }