commit | 7c83d09679fc84fa26d1c11da47aa1b90bb1c48a | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Feb 07 16:25:18 2024 -0800 |
committer | Florian Mayer <fmayer@google.com> | Tue Feb 13 13:41:12 2024 -0800 |
tree | f0d722351a0a3386887a136d8f03853b2519b37d | |
parent | e3f09effb3a051b03df176b9e59cc8b88a1f935a [diff] [blame] |
Add API to allow apps to attach extra information to tombstones. Test: atest debuggerd_test Bug: 155462331 Bug: 309446525 Change-Id: Idc8387307738957dbba3daaae59f605566329f0f
diff --git a/libc/libc.map.txt b/libc/libc.map.txt index 156e9ee..ecdb25c 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt
@@ -1586,6 +1586,8 @@ LIBC_V { # introduced=VanillaIceCream global: + android_register_crash_detail; + android_unregister_crash_detail; epoll_pwait2; epoll_pwait2_64; localtime_rz;