Skip to content

Commit

Permalink
Removed the extra logs showing in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Jan 14, 2024
1 parent 32740df commit bc7055b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contrib/instrumentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# Enable Wi-Fi on the emulator
adb shell svc wifi enable
adb logcat -c
adb logcat ./*:E -v color &
# shellcheck disable=SC2035
adb logcat *:E -v color &
retry=0
while [ $retry -le 3 ]
do
Expand All @@ -16,7 +17,8 @@ do
# Enable Wi-Fi on the emulator
adb shell svc wifi enable
adb logcat -c
adb logcat ./*:E -v color &
# shellcheck disable=SC2035
adb logcat *:E -v color &
./gradlew clean
retry=$(( retry + 1 ))
if [ $retry -eq 3 ]; then
Expand Down

0 comments on commit bc7055b

Please sign in to comment.