summaryrefslogtreecommitdiff
path: root/debuggerd/handler/debuggerd_fallback_nop.cpp
Commit message (Collapse)AuthorAgeFilesLines
* debuggerd: unify licenses.Elliott Hughes2021-06-181-23/+11
| | | | | | | | All but three files are Apache-2.0 already. Bug: http://b/191499510 Test: /google/src/files/head/depot/google3/wireless/android/busytown/ayeaye/analyzers/copyright/tools/scan_android_project.sh ~/aosp/system/core/debuggerd/ | grep -v APACHE Change-Id: I430c3382dd160e398f02470d7053ecea39c98f41
* debuggerd_handler: implement missing fallback functionality.Josh Gao2017-03-091-6/+1
| | | | | | | | | Allow the fallback implementation to dump traces and create tombstones in seccomped processes. Bug: http://b/35858739 Test: debuggerd -b `pidof media.codec`; killall -ABRT media.codec Change-Id: I381b283de39a66d8900f1c320d32497d6f2b4ec4
* libdebuggerd_handler: in-process crash dumping for seccomped processes.Josh Gao2017-02-151-0/+35
Do an in-process unwind for processes that have PR_SET_NO_NEW_PRIVS enabled. Bug: http://b/34684590 Test: debuggerd_test, killall -ABRT media.codec Change-Id: I62562ec2c419d6643970100ab1cc0288982a1eed