forked from openkylin/platform_build
Merge "Fix stacks on 64 bit processes." am: aea79fa207
am: d3e865abbe
am: a941b547c0
Change-Id: I37a1e3a3ab37b7f8b35b2951815d6af8c96e0d5f
This commit is contained in:
commit
57795ff2a8
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue