Merge "Fix stacks on 64 bit processes."

This commit is contained in:
Treehugger Robot 2017-03-01 21:05:34 +00:00 committed by Gerrit Code Review
commit aea79fa207
1 changed files with 1 additions and 2 deletions

View File

@ -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
}