Skip to content

Commit

Permalink
flags: disable background tracing (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jun 4, 2020
1 parent d915429 commit 6a5d0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ export const DEFAULT_FLAGS: ReadonlyArray<string> = [
'--disable-renderer-backgrounding',
// Disable task throttling of timer tasks from background pages.
'--disable-background-timer-throttling',
// Disable background tracing (aka slow reports & deep reports) to avoid 'Tracing already started'
'--force-fieldtrials=*BackgroundTracing/default/',
];

0 comments on commit 6a5d0c7

Please sign in to comment.