Merge "Fix stacks on 64 bit processes." am: aea79fa207 am: d3e865abbe

am: a941b547c0

Change-Id: I37a1e3a3ab37b7f8b35b2951815d6af8c96e0d5f
This commit is contained in:
Josh Gao 2017-03-01 21:21:58 +00:00 committed by android-build-merger
commit 57795ff2a8
1 changed files with 1 additions and 2 deletions

View File

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