Closed Me0wzz closed 4 years ago
Device: Samsung Galaxy Note 8 Android Version: 9 Pie ARM64 Chromium Version: Monochrome 84.0.4147.89
Duplicate of #53@Gitea. To put it simple, it's the strict mode check enabled by Chormium internally. It is just a warning and has no harm. Can you check whether the same happens to unmodified Chromium of the same version? If it also happens then please file an issue upsteam.
Yes, Strict mode was disabled. Also, Original Chromium is same as this too. I think Chromium internally automarically enables Strict mode in app
Yes, they have a lot of places that uses strict mode check in their codes. It is not really feasible for me to remove all of them, so the only ways are basically either asking Chromium dev to disable this or just ignore them since they are harmless.
Isn't the canary version way past v84? I think it is supposed to be a nightly version.
Also I didn't build a debug version, is_debug
is set to false
so that shouldn't be the problem.
If the problem occurs on v84 and disappears on v86 then probably they fixed it during v85~v86? Maybe should wait a little longer to see whether in next version the problem will solve itself.
See update at https://git.droidware.info/wchen342/ungoogled-chromium-android/issues/53#issuecomment-447. I'd like to hear opinions.
Should be fixed by 1812d02.
How can i disable this red lines? I thought that i can disable it at Accessibility but, I cannot find the setting that disables red lines.
Anyway, Thanks for a good project :D