Index: tools/deep_memory_profiler/policy.android.renderer.json |
diff --git a/tools/deep_memory_profiler/policy.android.renderer.json b/tools/deep_memory_profiler/policy.android.renderer.json |
index dc1e3b5e9fc8c41a78ea1d3adeb4f76bfe8f503c..78c81fc852548d0a69f8ab3f867ba5b7a69181c8 100644 |
--- a/tools/deep_memory_profiler/policy.android.renderer.json |
+++ b/tools/deep_memory_profiler/policy.android.renderer.json |
@@ -17,9 +17,11 @@ |
"unhooked-chrome-dex", |
"unhooked-other-ashmem", |
"unhooked-anonymous", |
- "unhooked-file-exec-lib-chrome", |
+ "unhooked-file-exec-lib-chrome-shared", |
+ "unhooked-file-exec-lib-chrome-private", |
"unhooked-file-exec", |
- "unhooked-file-nonexec-lib-chrome", |
+ "unhooked-file-nonexec-lib-chrome-shared", |
+ "unhooked-file-nonexec-lib-chrome-private", |
"unhooked-file-nonexec", |
"unhooked-stack", |
"unhooked-other", |
@@ -172,10 +174,18 @@ |
"allocator": "unhooked" |
}, |
{ |
- "name": "unhooked-file-exec-lib-chrome", |
+ "name": "unhooked-file-exec-lib-chrome-shared", |
"mappedpathname": "^/.*?(chromeview|content).*", |
"mappedpermission": "..x.", |
- "allocator": "unhooked" |
+ "allocator": "unhooked", |
+ "sharedwith": ["group", "others"] |
+ }, |
+ { |
+ "name": "unhooked-file-exec-lib-chrome-private", |
+ "mappedpathname": "^/.*?(chromeview|content).*", |
+ "mappedpermission": "..x.", |
+ "allocator": "unhooked", |
+ "sharedwith": ["private"] |
}, |
{ |
"name": "unhooked-file-exec", |
@@ -184,9 +194,16 @@ |
"allocator": "unhooked" |
}, |
{ |
- "name": "unhooked-file-nonexec-lib-chrome", |
+ "name": "unhooked-file-nonexec-lib-chrome-shared", |
"mappedpathname": "^/.*?(chromeview|content).*", |
- "allocator": "unhooked" |
+ "allocator": "unhooked", |
+ "sharedwith": ["group", "others"] |
+ }, |
+ { |
+ "name": "unhooked-file-nonexec-lib-chrome-private", |
+ "mappedpathname": "^/.*?(chromeview|content).*", |
+ "allocator": "unhooked", |
+ "sharedwith": ["private"] |
}, |
{ |
"name": "unhooked-file-nonexec", |