diff --git a/envsetup.sh b/envsetup.sh index b239441f0e..9680780f3a 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1148,8 +1148,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 }