Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"PG" class throwing java.lang.AbstractMethodError

Tags:

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)

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.

like image 606
Roudi Avatar asked Sep 12 '19 23:09

Roudi


Video Answer


1 Answers

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.

That crash produces by System WebView (version 77.0.3865.73). So it's affecting only users who has System WebView instead of Chrome WebView.

PS idk why moderator deleted my previous answer. That definitely didn't help

like image 118
Alexandr Nevyantsev Avatar answered Oct 31 '22 08:10

Alexandr Nevyantsev