Skip to content

Commit a4b1990

Browse files
author
Vincent Scheib
committed
Android logging no longer requires runtime checks / enabling of module logs
1 parent 66de9cb commit a4b1990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aliases

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alias agdb='CHROMIUM_OUT_DIR=outandroid adb_gdb_chrome_shell'
22
alias aenv='. build/android/envsetup.sh'
3-
alias alc='adb shell setprop log.tag.cr.Bluetooth VERBOSE && adb logcat -v time chromium:v cr.Bluetooth:v AndroidRuntime:* Binder:w System.err:* DEBUG:* *:f | grep -E " |[Bb]luetooth"'
3+
alias alc='adb logcat -v time chromium:v cr.Bluetooth:v AndroidRuntime:* Binder:w System.err:* DEBUG:* *:f | grep -E " |[Bb]luetooth"'
44
alias alcc="adb logcat -c && alc"
55
alias aliasupdate="alias-update"
66
alias alias-update=". $BASH_CONFIG_DIR/aliases"

0 commit comments

Comments
 (0)