Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] add hints to ndk-stack #1335

Open
DanAlbert opened this issue Aug 12, 2020 · 2 comments
Open

[FR] add hints to ndk-stack #1335

DanAlbert opened this issue Aug 12, 2020 · 2 comments
Milestone

Comments

@DanAlbert
Copy link
Member

ndk-stack could probably perform some basic analysis of the stack trace and provide some hints to the user.

Specifically, it would be very helpful for diagnosing misuse of #837, since the stack trace for getting that wrong will look quite confusing to anyone that doesn't know to expect it.

@DanAlbert DanAlbert added this to the unplanned milestone Aug 12, 2020
@enh-google
Copy link
Collaborator

note that debuggerd already does this kind of thing:

https://source.corp.google.com/android/system/core/debuggerd/libdebuggerd/tombstone.cpp;l=115?q=file:debuggerd%20probable&sq=package:%5Eandroid$

if we have more stuff to add, we should probably do it there.

@DanAlbert
Copy link
Member Author

Won't help for my particular example because new versions of the OS that have the better diagnostics won't be the ones that exhibit the crash. In general I agree though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants