-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
#!/usr/bin/env bash | ||
ADB_TAGS="Transcoder:I Engine:I" | ||
ADB_TAGS="$ADB_TAGS DefaultVideoStrategy:I DefaultAudioStrategy:I" | ||
ADB_TAGS="$ADB_TAGS VideoDecoderOutput:I VideoFrameDropper:I" | ||
ADB_TAGS="$ADB_TAGS AudioEngine:I" | ||
adb logcat -c | ||
adb logcat $ADB_TAGS *:E -v color & | ||
adb logcat *:V > "$1" & | ||
LOGCAT_PID=$! | ||
trap "kill $LOGCAT_PID" EXIT | ||
./gradlew lib:connectedCheck --stacktrace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters