diff options
| author | 2025-10-30 14:40:08 -0400 | |
|---|---|---|
| committer | 2025-10-30 14:40:08 -0400 | |
| commit | 90da3b27d939b3b7af1cf7fed10dfaaa7e271622 (patch) | |
| tree | f0cf96c76d5c83470d2c50dd69d2d3e39a503fab /scripts | |
| parent | 77837d7b63240c069b3351a919a7d2af670f46cd (diff) | |
| download | camu-90da3b27d939b3b7af1cf7fed10dfaaa7e271622.tar.gz camu-90da3b27d939b3b7af1cf7fed10dfaaa7e271622.tar.bz2 camu-90da3b27d939b3b7af1cf7fed10dfaaa7e271622.zip | |
Fixes from testing sink change, document things
Signed-off-by: Andrew Opalach <andrew@akon.city>
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 |