Skip to content

Commit

Permalink
added logcat output
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 22, 2022
1 parent fc18989 commit 92f9a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ pipeline {
sh "echo no | avdmanager create avd --force --name android28 --package 'system-images;android-28;default;x86_64'"
sh "/home/user/android/sdk/emulator/emulator -no-window -no-boot-anim -noaudio -avd android28 > /dev/null 2>&1 &"
sh './gradlew -PenableCoverage -Pjenkins -Pemulator=android28 -Pci createDebugCoverageReport -i'
sh '/home/user/android/sdk/platform-tools/adb logcat -d > /home/user/logcat.txt'
}
post {
always {
Expand Down

0 comments on commit 92f9a06

Please sign in to comment.