Skip to content

Commit 96d24fe

Browse files
committed
alc highlights error and failure keywords.
1 parent 338a986 commit 96d24fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aliases

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
alias aenv='. build/android/envsetup.sh'
22
alias agdb='CHROMIUM_OUT_DIR=outandroid adb_gdb_chrome_shell'
3-
alias alc='adb logcat -v time chromium:v cr_Bluetooth:v AndroidRuntime:* Binder:w BtGatt.GattService:* BluetoothGatt:* BluetoothRemoteDevices:* bt_btif_config:* bt_btif:* bt_btif_dm:* bt_smp:* System.err:* DEBUG:* *:f | grep -E " |[Bb]luetooth|cr_Bluetooth|BtGatt|BluetoothGatt|bt_btif_config"'
4-
alias alcall='adb logcat -v time chromium:v cr_Bluetooth:v AndroidRuntime:* Binder:w System.err:* DEBUG:* | grep -E " |[Bb]luetooth|cr_Bluetooth|BtGatt|BluetoothGatt|bt_btif_config"'
3+
alias alc='adb logcat -v time chromium:v cr_Bluetooth:v AndroidRuntime:* Binder:w BtGatt.GattService:* BluetoothGatt:* BluetoothRemoteDevices:* bt_btif_config:* bt_btif:* bt_btif_dm:* bt_smp:* System.err:* DEBUG:* *:f | grep -Ei " |bluetooth|BluetoothGatt|bt_btif_config|BtGatt|cr_Bluetooth|error|fail|failed|failure"'
4+
alias alcall='adb logcat -v time chromium:v cr_Bluetooth:v AndroidRuntime:* Binder:w System.err:* DEBUG:* | grep -Ei " |bluetooth|BluetoothGatt|bt_btif_config|BtGatt|cr_Bluetooth|error|fail|failed|failure"'
55
alias alcc="adb logcat -c && alc"
66
alias aliasupdate="alias-update"
77
alias alias-update=". $BASH_CONFIG_DIR/aliases"

0 commit comments

Comments
 (0)