Loading envsetup.sh +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1148,8 +1148,7 @@ function stacks() adb shell cat $TMP adb shell cat $TMP else else # Dump stacks of native process # Dump stacks of native process local USE64BIT="$(is64bit $PID)" adb shell debuggerd -b $PID adb shell debuggerd$USE64BIT -b $PID fi fi fi fi } } Loading Loading
envsetup.sh +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1148,8 +1148,7 @@ function stacks() adb shell cat $TMP adb shell cat $TMP else else # Dump stacks of native process # Dump stacks of native process local USE64BIT="$(is64bit $PID)" adb shell debuggerd -b $PID adb shell debuggerd$USE64BIT -b $PID fi fi fi fi } } Loading