commit | 5fa6663458c8acd36b5bbcb861589809055dfef0 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Feb 07 16:42:23 2024 -0800 |
committer | Florian Mayer <fmayer@google.com> | Tue Feb 13 18:13:22 2024 -0800 |
tree | 84cc80ad5e22987c78bb7b845c93569f70c131ad | |
parent | 0bd010d9ae6b06aaf535838577693576d7eb8ff4 [diff] [blame] |
Read data set by android_add_crash_detail into tombstone. Bug: 155462331 Bug: 309446525 Change-Id: I6d01aafca48e0e5e8cbd5ae87add6aec0c429503
diff --git a/debuggerd/protocol.h b/debuggerd/protocol.h index 793428a..d3fc15e 100644 --- a/debuggerd/protocol.h +++ b/debuggerd/protocol.h
@@ -101,6 +101,7 @@ size_t scudo_ring_buffer_size; size_t scudo_stack_depot_size; bool recoverable_gwp_asan_crash; + uintptr_t crash_detail_page; }; struct __attribute__((__packed__)) CrashInfo {