Skip to content

Commit

Permalink
feat: add disableAnalytics true (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Apr 16, 2021
1 parent 21ae67c commit 9aaa13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/espresso-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class EspressoRunner {
'am', 'instrument',
'-w',
'-e', 'debug', process.env.ESPRESSO_JAVA_DEBUG === 'true',
'-e', 'disableAnalytics', true, // To avoid unexpected error by google analytics
];

if (_.isBoolean(this.disableSuppressAccessibilityService)) {
Expand Down

0 comments on commit 9aaa13a

Please sign in to comment.