Use the following to get runtime logs:
browser() {
chromium-browser --ozone-platform=wayland --enable-features=UseOzonePlatform,VaapiVideoDecoder --allow-sandbox-debugging --enable-logging=stderr --v=1 "$@"
}
After enabling coredumps (see instructions here), test chromium dumps cores to /var/coredumps
:
WARNING: This will kill all running Chromium processes. Potentially sensitive information will be in the coredumps. Delete them after encrypting and sending them to your systems engineer.
pid=$(pgrep chromium)
kill -SIGQUIT $pid
ls -la /var/coredumps