Skip to content

Commit

Permalink
change logcat log level and package
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Nov 19, 2023
1 parent 15f0553 commit 9b15177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
script: |
touch emulator.log
chmod 777 emulator.log
adb logcat >> emulator.log &
adb logcat io.antmedia:I >> emulator.log &
./gradlew jacocoTestReport; EXIT_CODE=$?; exit $EXIT_CODE
- name: Archive Test Report
Expand Down

0 comments on commit 9b15177

Please sign in to comment.