Skip to content

Conversation

@akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Oct 30, 2020

We've seen a few cases where we get INSTRUMENTATION_RESULT: shortMsg=Process crashed. and the adb log shows that the process crashed with a segmentation fault.
Android writes a crashdump into /data/tombstones but you can't just pull from there. Instead there's an adb command to create a bugreport which produces a .zip file with all sorts of info about the OS, including the tombstones.

See https://developer.android.com/studio/debug/bug-report.html

We've seen a few cases where we get "INSTRUMENTATION_RESULT: shortMsg=Process crashed." and the adb log shows that the process crashed with a segmentation fault.
Android writes a crashdump into `/data/tombstones` but you can't just pull from there. Instead there's an adb command to create a bugreport which produces a .zip file with all sorts of info about the OS, including the tombstones.

See https://developer.android.com/studio/debug/bug-report.html
@akoeplinger akoeplinger requested a review from MattGal October 30, 2020 02:15
Copy link
Member

@premun premun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matt is not in today I think, so approving.

cc @MattGal

@akoeplinger akoeplinger merged commit 958d1dd into dotnet:master Oct 30, 2020
@akoeplinger akoeplinger deleted the adb-bugreport branch October 30, 2020 11:22
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

Successfully merging this pull request may close these issues.

2 participants