Merge "Allow bugreport to dump some HAL processes."

am: 45afc7a68a

Change-Id: I73d31158b87c68fa5b4ee80e33a397bb1be7c010
This commit is contained in:
Steven Moreland 2017-03-23 20:55:01 +00:00 committed by android-build-merger
commit 1ecff6facd

View file

@ -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.