Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df2e7eb3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Explain how to get a tombstone proto.

There's a link here from the javadoc, but a link to the javadoc from
here seems like a good idea.

Test: N/A
Change-Id: I89a29f72d086d08174e72f7d0aa0421fe417f733
parent 61c82abe
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
//
// 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";