New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 923098 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 916293
Owner: ----
Closed: Today
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Can't symbolize base::debug::StackTrace().Print() on Android.

Project Member Reported by hanxi@chromium.org, Jan 17 (5 days ago)

Issue description

I 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?
 

Comment 1 by hanxi@chromium.org, Yesterday (40 hours ago)

Cc: agrieve@chromium.org nwen@google.com

Comment 2 by hanxi@chromium.org, Today (15 hours ago)

Cc: -nwen@google.com wnwen@chromium.org

Comment 3 by agrieve@google.com, Today (12 hours ago)

What tool were you using to symbolize?

Comment 4 by hanxi@chromium.org, 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.

Comment 5 by agrieve@google.com, Today (2 hours ago)

Mergedinto: 916293
Status: Duplicate (was: Untriaged)
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