Skip to content

Commit

Permalink
[tracing] Whitelist android ResourceManagerImpl dump provider for fie…
Browse files Browse the repository at this point in the history
…ld trials.

BUG=654640
R=primiano@chromium.org

Review-Url: https://codereview.chromium.org/2422483002
Cr-Commit-Position: refs/heads/master@{#425479}
  • Loading branch information
ssiddhartha authored and Commit bot committed Oct 14, 2016
1 parent 2853699 commit ae1e219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/trace_event/memory_infra_background_whitelist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ae1e219

Please sign in to comment.