076b8d75be
This seccomp failure is in the fault handler: 05-25 12:03:25.042 10201 27425 27425 F DEBUG : backtrace: 05-25 12:03:25.042 10201 27425 27425 F DEBUG : #00 pc 00015380 /data/data/redacted/files/storage/lib/libcrashsdk.so So whenever an app using this crash sdk crashes it looks like a seccomp problem. Fixing this won't stop the apps crashing, but will make the crash reports accurate and useful. So yes, the bug below is already fixed, but this issue has come back 2 or 3 times with different apps (latest is b/62874867). This change doesn't fix that crash either, but again it improves the reporting. Bug: 62090571 Test: Device boots, app still fails but no longer with SECCOMP error Change-Id: Ie0f8dc965001c8bc43f6a545b35bdcd38f006213 |
||
---|---|---|
.. | ||
include | ||
Android.bp | ||
arm64_policy.cpp | ||
arm_policy.cpp | ||
mips64_policy.cpp | ||
mips_policy.cpp | ||
seccomp_bpfs.h | ||
seccomp_policy.cpp | ||
x86_64_policy.cpp | ||
x86_policy.cpp |