Skip to content

Commit

Permalink
Merge pull request #9 from jampo/master
Browse files Browse the repository at this point in the history
JENKINS-329 remove logcat as filtering not working with current emulator
  • Loading branch information
jampo authored Sep 14, 2019
2 parents 4bee223 + d6258f6 commit c9c4d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EmulatorStarter {
emulator.addOptionalArguments(country, ['-prop', "persist.sys.country=$country"])
emulator.addOptionalArguments(!showWindow, ['-no-window'])
emulator.addOptionalArguments(!keepUserData, ['-wipe-data'])
emulator.addOptionalArguments(logcat, ['-logcat', '*:e', '-logcat-output', logcat.absolutePath])
emulator.addOptionalArguments(logcat, ['-logcat-output', logcat.absolutePath])
emulator.addArguments(additionalParameters)

emulator.environment(environment).verbose().executeAsynchronously()
Expand Down

0 comments on commit c9c4d6a

Please sign in to comment.