Merge "Explain how to get a tombstone proto."

This commit is contained in:
Treehugger Robot 2022-09-13 01:42:12 +00:00 committed by Gerrit Code Review
commit 8c8df2284b

View file

@ -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";