Merge "Explain how to get a tombstone proto." am: 8c8df2284b am: 4ab113b8fd am: a11fd621bd
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2215564 Change-Id: I1fe2e1a0fa58bb0e4fac9c0964305430a0f1e8a2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9b3927f490
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
//
|
||||
// Protobuf definition for Android tombstones.
|
||||
//
|
||||
// An app can get hold of these for any `REASON_CRASH_NATIVE` instance of
|
||||
// `android.app.ApplicationExitInfo`.
|
||||
//
|
||||
// https://developer.android.com/reference/android/app/ApplicationExitInfo#getTraceInputStream()
|
||||
//
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "com.android.server.os";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue