"PG" class throwing java.lang.AbstractMethodError

Pam*_*iya 8 android

All of a sudden on Fabric I started getting a crash report with the below stack trace:

Fatal Exception: java.lang.AbstractMethodError: abstract method "void Hv.a(java.lang.String, java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[])"
   at ex.a + 42(PG:42)
   at Yw.a + 98(PG:98)
   at Yw.j + 2(PG:2)
   at Mw.b + 27(PG:27)
   at Mw.a + 1(PG:1)
   at ex.a + 28(PG:28)
   at cy.a + 4(PG:4)
   at Gy.a + 4(PG:4)
   at By.a + 20(PG:20)
   at Dy.d + 6(PG:6)
   at Cy.handleMessage + 51(PG:51)
   at android.os.Handler.dispatchMessage + 106(Handler.java:106)
   at VG.dispatchMessage + 1(PG:1)
   at android.os.Looper.loop + 164(Looper.java:164)
   at android.os.HandlerThread.run + 65(HandlerThread.java:65)
Run Code Online (Sandbox Code Playgroud)

The only thing I know is that this happens when the user in fragment that contains a WebView. The last release has been there for 2 months without a single problem and this suddenly pops up. I couldn't find any information on Google when investigating this and was hoping if anyone here has seen this before.

Ale*_*sev 6

There is the issue we created https://bugs.chromium.org/p/chromium/issues/detail?id=1003687&can=2&q=Android%20webview Hope it will help.

该崩溃由System WebView(版本77.0.3865.73)产生。因此,它仅影响拥有System WebView的用户,而不影响Chrome WebView。

PS idk为什么主持人删除了我以前的答案。那绝对没有帮助