Skip to content
Snippets Groups Projects
Commit 165c3701 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Allow bugreport to dump some HAL processes." am: 45afc7a6

am: 1ecff6fa

Change-Id: I9e4aefbdc5ec712164cb2946cda4b51a3967c8c3
parents d7b8338e 1ecff6fa
No related branches found
No related tags found
No related merge requests found
......@@ -52,18 +52,24 @@ allow dumpstate domain:process getattr;
allow dumpstate { appdomain system_server }:process signal;
# Signal native processes to dump their stack.
# This list comes from native_processes_to_dump in dumpstate/utils.c
allow dumpstate {
# This list comes from native_processes_to_dump in dumpstate/utils.c
audioserver
cameraserver
drmserver
inputflinger
mediacodec
mediadrmserver
mediaextractor
mediaserver
sdcardd
surfaceflinger
# This list comes from hal_interfaces_to_dump in dumpstate/utils.c
hal_audio_server
hal_bluetooth_server
hal_camera_server
hal_vr_server
mediacodec # TODO(b/36375899): hal_omx_server
}:process signal;
# Connect to tombstoned to intercept dumps.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment