Crashlytics has been giving us some weird exceptions a few days ago.
This crash occurs only in versions of Android 4.1 (82% in 4.1.2 and 17% in 4.1.1). 42% of devices are LGE, 31% are Samsung, 7% are TCT.
Fatal Exception: junit.framework.AssertionFailedError
Expected: <null> but was: Handler (android.webkit.WebViewCore$WebCoreThread$1) {41e3f3a8}
junit.framework.Assert.fail (Assert.java:50)
junit.framework.Assert.assertTrue (Assert.java:20)
junit.framework.Assert.assertNull (Assert.java:237)
junit.framework.Assert.assertNull (Assert.java:230)
android.webkit.WebViewCore$WebCoreThread.run (WebViewCore.java:1004)
java.lang.Thread.run (Thread.java:856)
There is also a second:
Fatal Exception: junit.framework.AssertionFailedError
junit.framework.Assert.fail (Assert.java:47)
junit.framework.Assert.assertTrue (Assert.java:20)
junit.framework.Assert.assertNull (Assert.java:233)
junit.framework.Assert.assertNull (Assert.java:226)
android.webkit.WebViewCore$WebCoreThread.run (WebViewCore.java:684)
java.lang.Thread.run (Thread.java:856)
However, this only happens in versions of Android 4.1 (79% in 4.0.4 and 20% in 4.0.3). Affected devices are HTC 24%, ALPS 12% and Lenovo with 11%.
Has anyone else encountered one of the problems / knows how to get around this?
source
share