Skip to content

Commit

Permalink
[FIXED JENKINS-21280] Update usage statistics opt out
Browse files Browse the repository at this point in the history
Empirically, emulator version 22.3.0 installed via Android Studio 0.4.0
requires pingId=... to opt out. pingOptIn=false, as previously
implemented is not sufficient.
  • Loading branch information
matthewlmcclure committed Jan 8, 2014
1 parent 6aedbd0 commit 72ac193
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -530,6 +530,7 @@ public Void call() throws Exception {
try {
out = new PrintWriter(configFile);
out.println("pingOptIn=false");
out.println("pingId=0");
out.flush();
out.close();
} catch (FileNotFoundException e) {
Expand Down

0 comments on commit 72ac193

Please sign in to comment.