Mention ApplicationExitInfo in docs

Bug: 155462331
Change-Id: I2a60dc1ca5a117bd47631dc7faba8446b4518761
This commit is contained in:
Florian Mayer 2024-02-23 00:23:44 +00:00
parent f2c9e97c45
commit 63df50e101

View file

@ -51,6 +51,11 @@ typedef struct crash_detail_t crash_detail_t;
* Tombstone proto definition:
* https://cs.android.com/android/platform/superproject/main/+/main:system/core/debuggerd/proto/tombstone.proto
*
* 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()
* The lifetime of name and data has to be valid until the program crashes, or until
* android_crash_detail_unregister is called.
*