Skip to content

Commit

Permalink
[FIXED JENKINS-12572] Add environment variable pointing to temporary …
Browse files Browse the repository at this point in the history
…logcat file during a build.
  • Loading branch information
orrc committed Apr 10, 2013
1 parent 2035f3c commit 25a2268
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -483,6 +483,7 @@ public void buildEnvVars(Map<String, String> env) {
env.put("ANDROID_AVD_USER_PORT", Integer.toString(emu.userPort()));
env.put("ANDROID_AVD_NAME", emuConfig.getAvdName());
env.put("ANDROID_ADB_SERVER_PORT", Integer.toString(emu.adbServerPort()));
env.put("ANDROID_TMP_LOGCAT_FILE", logcatFile.getRemote());
if (!emuConfig.isNamedEmulator()) {
env.put("ANDROID_AVD_OS", emuConfig.getOsVersion().toString());
env.put("ANDROID_AVD_DENSITY", emuConfig.getScreenDensity().toString());
Expand Down

0 comments on commit 25a2268

Please sign in to comment.