Skip to content

Commit 40f65d3

Browse files
committed
r2 and run-flags update to use vmodule bluetooth
1 parent 24c04e0 commit 40f65d3

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
@@ -91,13 +91,13 @@ alias notify-fail='(notify-send -i $BASH_CONFIG_DIR/icons/red.png "FAIL"; paplay
9191
alias notify-ok='(notify-send -i $BASH_CONFIG_DIR/icons/green.png "OK"; paplay /usr/share/sounds/ubuntu/stereo/message.ogg; exit 0)'
9292
alias notify='test $? -eq 0 && notify-ok || notify-fail'
9393
alias p="pushd +1"
94-
alias r2='if [ -e out2/Release/chrome ]; then out2/Release/chrome --enable-experimental-web-platform-features; else out2/Release/Chromium.app/Contents/MacOS/Chromium; fi'
94+
alias r2='if [ -e out2/Release/chrome ]; then out2/Release/chrome `run-flags`; else out2/Release/Chromium.app/Contents/MacOS/Chromium; fi'
9595
alias ra='adb_chrome_public_command_line `android-command-line-flags` && build/android/adb_run_chrome_public'
9696
alias racontent-shell='adb_content_shell_command_line `android-command-line-flags` && build/android/adb_run_content_shell'
9797
alias rd2='if [ -e out2/Debug/chrome ]; then out2/Debug/chrome `run-flags`; else out2/Debug/Chromium.app/Contents/MacOS/Chromium; fi'
9898
alias rd='if [ -e out/Debug/chrome ]; then out/Debug/chrome `run-flags`; else out/Debug/Chromium.app/Contents/MacOS/Chromium; fi'
9999
alias r='if [ -e out/Release/chrome ]; then out/Release/chrome `run-flags`; else out/Release/Chromium.app/Contents/MacOS/Chromium; fi'
100-
alias run-flags='echo --enable-experimental-web-platform-features --enable-web-bluetooth'
100+
alias run-flags='echo --enable-experimental-web-platform-features --enable-web-bluetooth --vmodule=*bluetooth*=7'
101101
alias st='/opt/sublime_text/sublime_text'
102102
alias vsmulti='while read x; do vs $x; done'
103103
alias www-permissions='~/scheib/www/permisions.sh'

0 commit comments

Comments
 (0)