diff --git a/debuggerd/proto/tombstone.proto b/debuggerd/proto/tombstone.proto index a0f2f82c6..f0d3d3f4b 100644 --- a/debuggerd/proto/tombstone.proto +++ b/debuggerd/proto/tombstone.proto @@ -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";