diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/adb_logcat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/adb_logcat.sh b/scripts/adb_logcat.sh index b0da2a0..64aac3d 100755 --- a/scripts/adb_logcat.sh +++ b/scripts/adb_logcat.sh @@ -1,2 +1,2 @@ #! /usr/bin/env sh -adb logcat *:S CTV +adb logcat *:S CTV DEBUG |