Skip to content
Snippets Groups Projects
Commit 7200e191 authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

Merge "Add memory leak detection to mediaserver" into nyc-dev am: b3e4737a

am: c002ddb1

* commit 'c002ddb1':
  Add memory leak detection to mediaserver

Change-Id: Id71ccdbb0dd0b708e3118625fcc623de387f2547
parents bbf22f5b c002ddb1
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,11 @@ allow mediaserver proc:lnk_file getattr;
# open /vendor/lib/mediadrm
allow mediaserver system_file:dir r_dir_perms;
userdebug_or_eng(`
# ptrace to processes in the same domain for memory leak detection
allow mediaserver self:process ptrace;
')
binder_use(mediaserver)
binder_call(mediaserver, binderservicedomain)
binder_call(mediaserver, { appdomain autoplay_app })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment