We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66de9cb commit a4b1990Copy full SHA for a4b1990
aliases
@@ -1,6 +1,6 @@
1
alias agdb='CHROMIUM_OUT_DIR=outandroid adb_gdb_chrome_shell'
2
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"'
+alias alc='adb logcat -v time chromium:v cr.Bluetooth:v AndroidRuntime:* Binder:w System.err:* DEBUG:* *:f | grep -E " |[Bb]luetooth"'
4
alias alcc="adb logcat -c && alc"
5
alias aliasupdate="alias-update"
6
alias alias-update=". $BASH_CONFIG_DIR/aliases"
0 commit comments