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

not human-readable report format? #1

Open
zhouchuanping opened this issue Sep 11, 2018 · 1 comment
Open

not human-readable report format? #1

zhouchuanping opened this issue Sep 11, 2018 · 1 comment

Comments

@zhouchuanping
Copy link

zhouchuanping commented Sep 11, 2018

I have cloned this project and all submodule.I run this demo and choose a crash in Crash Application,but i get a report which is not human-readable report format. I must use ndk-stack to compate it. Is is right?
Forgive me bad english.

@ivanarh
Copy link
Owner

ivanarh commented Sep 12, 2018

Could you provide an example of your report?
By "human-readable" in the documentation I meant that you can read a report without an additional processing. For example, you can read names of functions in stack trace and determine a reason of a crash.
ndk-stack only helps you to bind stack trace entries to your source code. It's not obligatory to use it and sometimes it's impossible: it requires libraries with debug symbols. Please read https://developer.android.com/ndk/guides/ndk-stack

Alternatively, google breakpad uses not human-readable binary report format called minidump, here you need to call a special tool minidump_stackwalk to read it.

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

No branches or pull requests

2 participants