I am periodically seeing this message appear in my LogCat. I've cannot find much information on what it means. Can anyone provide an explanation? I've also searched for the tag in my code but cannot find it.
My application contains a WebView
that displays a catalogue of images but does not scroll smoothly. (It does in the Chrome app). I have tried various different combinations of hardware acceleration and cache modes. I have settled on: WebSettings.LOAD_CACHE_ELSE_NETWORK
and the default Application
level acceleration, but this is far from perfect performance at the moment. The error seems to sometimes appear when the WebView
sticks but I don't know if that is the cause.