Issue metadata
Sign in to add a comment
|
Can't symbolize base::debug::StackTrace().Print() on Android. |
||||||||||||||||||||||
Issue descriptionI used to be able to symbolize the native print stack when calling base::debug::StackTrace().Print(), but not anymore. If I add DCHECK(false), "out/Debug/bin/chrome_apk logcat" is able to symbolize. Is there any recent changes might cause this?
,
Today
(15 hours ago)
,
Today
(12 hours ago)
What tool were you using to symbolize?
,
Today
(10 hours ago)
I tried both "out/Debug/bin/chrome_apk logcat" and "third_party/android_platform/development/scripts/stack" to symbolize, and none of them work. But both work for symbolizing the print stack generated by "DCHECK(false)". I added base::debug::StackTrace().Print() most of time, and the symbolization worked before.
,
Today
(2 hours ago)
I wouldn't expect logcat to work. There's an open bug to add stack symbolizing to it (bug 917452). Looks like others have noticed the stack script not working here: bug 916293 |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by hanxi@chromium.org
, Yesterday (40 hours ago)