| Index: base/trace_event/memory_infra_background_whitelist.cc
|
| diff --git a/base/trace_event/memory_infra_background_whitelist.cc b/base/trace_event/memory_infra_background_whitelist.cc
|
| index 88d6d5bbbc0bdaea05f5091012f6292b25716b80..21bff6904568bd0bd13af4078ea3e2363fcd887f 100644
|
| --- a/base/trace_event/memory_infra_background_whitelist.cc
|
| +++ b/base/trace_event/memory_infra_background_whitelist.cc
|
| @@ -17,6 +17,7 @@ namespace {
|
| // providers can be added here only if the background mode dump has very
|
| // less performance and memory overhead.
|
| const char* const kDumpProviderWhitelist[] = {
|
| + "android::ResourceManagerImpl",
|
| "BlinkGC",
|
| "ChildDiscardableSharedMemoryManager",
|
| "DOMStorage",
|
| @@ -78,6 +79,7 @@ const char* const kAllocatorDumpNameWhitelist[] = {
|
| "skia/sk_glyph_cache",
|
| "skia/sk_resource_cache",
|
| "sqlite",
|
| + "ui/resource_manager_0x?",
|
| "v8/isolate_0x?/heap_spaces",
|
| "v8/isolate_0x?/heap_spaces/code_space",
|
| "v8/isolate_0x?/heap_spaces/large_object_space",
|
|
|