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

am: d3e865abbe

Change-Id: I8b213db27f67f7ed9ca9edd08990226fd860078a
This commit is contained in:
Josh Gao
2017-03-01 21:19:22 +00:00
committed by android-build-merger

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
}