My game is chicken hates trump on google play, the game occasionally get this crash report in google play developer console. Can somebody help point out my mistakes or how i can fix it? Thank you.
Crash name: junit.framework.AssertionFailedError
junit.framework.AssertionFailedError:
at junit.framework.Assert.fail (Assert.java:50)
at org.xwalk.core.XWalkView.onTouchEvent (XWalkView.java:1544)
at android.view.View.dispatchTouchEvent (View.java:10072)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2626)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2307)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2632)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2264)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2632)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2264)
at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2632)
at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2264)
at com.android.internal.policy.DecorView.superDispatchTouchEvent (DecorView.java:416)
at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent (PhoneWindow.java:1808)
at android.app.Activity.dispatchTouchEvent (Activity.java:3102)
at com.android.internal.policy.DecorView.dispatchTouchEvent (DecorView.java:378)
at android.view.View.dispatchPointerEvent (View.java:10292)
at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent (ViewRootImpl.java:4444)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess (ViewRootImpl.java:4312)
at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3859)
at android.view.ViewRootImpl$InputStage.onDeliverToNext (ViewRootImpl.java:3912)
at android.view.ViewRootImpl$InputStage.forward (ViewRootImpl.java:3878)
at android.view.ViewRootImpl$AsyncInputStage.forward (ViewRootImpl.java:4005)
at android.view.ViewRootImpl$InputStage.apply (ViewRootImpl.java:3886)
at android.view.ViewRootImpl$AsyncInputStage.apply (ViewRootImpl.java:4062)
at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3859)
at android.view.ViewRootImpl$InputStage.onDeliverToNext (ViewRootImpl.java:3912)
at android.view.ViewRootImpl$InputStage.forward (ViewRootImpl.java:3878)
at android.view.ViewRootImpl$InputStage.apply (ViewRootImpl.java:3886)
at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3859)
at android.view.ViewRootImpl.deliverInputEvent (ViewRootImpl.java:6252)
at android.view.ViewRootImpl.doProcessInputEvents (ViewRootImpl.java:6226)
at android.view.ViewRootImpl.enqueueInputEvent (ViewRootImpl.java:6187)
at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent (ViewRootImpl.java:6355)
at android.view.InputEventReceiver.dispatchInputEvent (InputEventReceiver.java:185)
at android.os.MessageQueue.nativePollOnce (Native Method)
at android.os.MessageQueue.next (MessageQueue.java:331)
at android.os.Looper.loop (Looper.java:219)
at android.app.ActivityThread.main (ActivityThread.java:6274)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:776)