You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: Align Watchdog native dumps with crash_dump policy
Watchdog still requests native backtraces for keystore2 and vold via
NATIVE_STACKS_OF_INTEREST.
On current platform sepolicy crash_dump is never allowed to ptrace the
keystore domain, and vold is only allowed on userdebug/eng. On user
builds that mismatch turns watchdog native dump requests into noisy
"Unwind request: crash_dump helper failed to exec, or was killed"
messages.
Build the list dynamically so keystore2 is always excluded and vold is
only included on debuggable builds, matching the actual crash_dump
policy.
Signed-off-by: Quince <quinceroms@gmail.com>
0 commit comments