diff options
author | 2025-03-13 02:40:29 +0000 | |
---|---|---|
committer | 2025-03-13 02:42:01 +0000 | |
commit | f9502857fb45f381070bc2f4c39b1c8772590ece (patch) | |
tree | 524bd6aba58833ff2060290a2ee1dc1d179e03a2 | |
parent | 5b2586abed3d8864dbd98b4685afb8eb38694748 (diff) |
app_process: += libutilscallstack
app oneway spam notification showing like this:
10-18 13:10:34.022167 10290 30064 30094 W IPCThreadState:
CallStack::getCurrentInternal not linked, returning null
10-18 13:10:34.022253 10290 30064 30094 W oneway spamming:
CallStack::logStackInternal not linked
If we add libutilscallstack into app process, we should be able
to see the callstack of the oneway call offendors.
Bug: 374362340
Test: N/A
Change-Id: Id16fbce63617add50a4b50a37ac276d0413f16b7
-rw-r--r-- | cmds/app_process/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/app_process/Android.bp b/cmds/app_process/Android.bp index a1575173ded6..3c7609e1d8ed 100644 --- a/cmds/app_process/Android.bp +++ b/cmds/app_process/Android.bp @@ -56,6 +56,7 @@ cc_binary { "libsigchain", "libutils", + "libutilscallstack", // This is a list of libraries that need to be included in order to avoid // bad apps. This prevents a library from having a mismatch when resolving |