File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
alias aenv='. build/android/envsetup.sh'
2
2
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 "'
5
5
alias alcc="adb logcat -c && alc"
6
6
alias aliasupdate="alias-update"
7
7
alias alias-update=". $BASH_CONFIG_DIR/aliases"
You can’t perform that action at this time.
0 commit comments