From 5d0ab087fde474bd506d49da95cf88d444ae26b5 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Thu, 4 Oct 2018 10:46:01 -0700 Subject: [PATCH] for debug --- lib/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config.js b/lib/config.js index 86cddb1f2c98..f402cdbb4980 100644 --- a/lib/config.js +++ b/lib/config.js @@ -84,7 +84,8 @@ Config.prototype.buildArgs = function () { chrome_version_string: this.chromeVersion, safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint, brave_referrals_api_key: this.braveReferralsApiKey, - brave_enable_cdm_host_verification: this.braveEnableCdmHostVerification + brave_enable_cdm_host_verification: this.braveEnableCdmHostVerification, + enable_mojo_tracing: true } if (process.platform === 'darwin') {