Skip to content
Snippets Groups Projects
Commit 882c5216 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Let fallback crash dumping write to dumpstate pipes." am: 4a608d31...

Merge "Let fallback crash dumping write to dumpstate pipes." am: 4a608d31 am: 0bcb92a5 am: b1cf5ae4
am: cebd95b6

Change-Id: I9fb4ddebd9e9cecc08f2dab47b3e90018cd12b6d
parents 4b20ba9b cebd95b6
No related branches found
No related tags found
No related merge requests found
......@@ -469,6 +469,7 @@ userdebug_or_eng(`
allow $1 su:fifo_file append;
')
allow $1 anr_data_file:file append;
allow $1 dumpstate:fifo_file append;
allow $1 tombstoned:unix_stream_socket connectto;
allow $1 tombstoned:fd use;
allow $1 tombstoned_crash_socket:sock_file write;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment