webvr.info
webvr.info copied to clipboard
Document how to enable Chromium logging (for WebGL crashes)
In WebVR scenes, I regularly (60% on some pages) experience WebGL crashes and have to reload the page to try running again.
I've followed the Chromium instructions documented here on how to enable logging. I changed my Windows shortcut Chromium to launch with these CLI flags: --enable-logging -v=1
. And, I enabled the setting in chrome://settings
for Automatically report details of possible security incidents to Google?
.
But, still, I don't seem to be seeing relevant crash info. Do I need to use Sawbuck or something? Should I be looking in chrome://gpu/
, chrome://crashes
? Or should I be launching Chromium with --enable-logging=stderr --v=1
?
I've Googled around quite a bit, read Chromium forums, the mailing list, etc., but nothing has seemed to work for me. Any help would be greatly appreciated. Thanks!
Could be related to issue #88 or #97. If so, how can I diagnose the problem to determine whether my crashes are related to those issues?
Does this blog post contain any info. that's still relevant?