You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Brave in the terminal via brave --enable-crashpad
Query Brave process info via ps -ef | grep 'brave --enable-crashpad' | grep -v grep. You will see the result like: xxx 46427 8291 10 12:08 pts/1 00:00:24 /opt/brave.com/brave/brave --enable-crashpad --enable-crashpad
Description
Steps to Reproduce
brave --enable-crashpad
ps -ef | grep 'brave --enable-crashpad' | grep -v grep
. You will see the result like:xxx 46427 8291 10 12:08 pts/1 00:00:24 /opt/brave.com/brave/brave --enable-crashpad --enable-crashpad
Actual result:
--enable-crashpad is duplicate
Expected result:
Args should not be duplicate
Reproduces how often:
Easily reproduced
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
Please note that I've tested on Microsoft Edge and Google Chrome. They both have the same issue, so this has to be the issue of Chromium.
The text was updated successfully, but these errors were encountered: