aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-23 04:58:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-23 04:58:59 +0000
commit6835b7181992284f5dfc0e10e8a725e994260469 (patch)
treee267aef832ae8e17af41e8b004e7191699ec383c
parentf2c9e97c45b737e30b3824b15723342e74b07bc0 (diff)
parent63df50e101a712f728fcf7e94bcdfb898dcd7c19 (diff)
downloadbionic-6835b7181992284f5dfc0e10e8a725e994260469.tar.gz
Merge "Mention ApplicationExitInfo in docs" into main
-rw-r--r--libc/include/android/crash_detail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/include/android/crash_detail.h b/libc/include/android/crash_detail.h
index 1fd082f54..6744385ba 100644
--- a/libc/include/android/crash_detail.h
+++ b/libc/include/android/crash_detail.h
@@ -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.
*