jitsi / jitsi-meet-torture

Apache License 2.0
161 stars 149 forks source link

fix: Disable chrome debug logging. #516

Closed damencho closed 2 years ago

damencho commented 2 years ago

Since Chrome 102 we see strange random crashes when running chrome. Reporting to chromium and it seems it is triggered inside if (VLOG_IS_ON(3)) block. At the moment those logs are being cleared once session is over or chrome crashes, so disabling them for now. Thanks to @JonathanLennox for digging into it.