Relative Content

Tag Archive for androidgeckogeckoview

How can I catch JavaScript errors in geckoview?

I am building a browser with geckoview and want to catch some javascript errors that popup in the console. These errors are printed by “GeckoConsole” and “Web Content” tag in the log but I can’t find a way to catch them. None of the Gecko delegates seem to catch these errors.