Fatal exception: Could not get input device information
I have just received a strange crash logs on my Fabric and have no idea how to deal with it. It looks like that:
Operating System
Version: 5.1.1
Orientation: Portrait
Rooted: No
Exception
Fatal Exception: java.lang.RuntimeException: Could not get input device information.
at android.hardware.input.InputManager.getInputDevice(InputManager.java:216)
at android.view.KeyCharacterMap.load(KeyCharacterMap.java:334)
at android.view.KeyEvent.getKeyCharacterMap(KeyEvent.java:2460)
at android.text.method.MetaKeyKeyListener.getMetaState(MetaKeyKeyListener.java:182)
at android.text.method.DialerKeyListener.lookup(DialerKeyListener.java:56)
at android.text.method.NumberKeyListener.onKeyDown(NumberKeyListener.java:113)
at android.widget.TextView.doKeyDown(TextView.java:5806)
at android.widget.TextView.onKeyDown(TextView.java:5619)
at android.view.KeyEvent.dispatch(KeyEvent.java:2622)
at android.view.View.dispatchKeyEvent(View.java:8412)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.widget.ScrollView.dispatchKeyEvent(ScrollView.java:369)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1496)
at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchKeyEvent(PhoneWindow.java:2361)
at com.android.internal.policy.impl.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:1709)
at androidx.core.view.KeyEventDispatcher.dispatchBeforeHierarchy(KeyEventDispatcher.java)
at androidx.core.app.ComponentActivity.dispatchKeyEvent(ComponentActivity.java)
at androidx.appcompat.app.AppCompatActivity.dispatchKeyEvent(AppCompatActivity.java)
at androidx.appcompat.view.WindowCallbackWrapper.dispatchKeyEvent(WindowCallbackWrapper.java)
at androidx.appcompat.app.AppCompatDelegateImpl$AppCompatWindowCallback.dispatchKeyEvent(AppCompatDelegateImpl.java)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:2276)
at android.view.ViewRootImpl$ViewPostImeInputStage.processKeyEvent(ViewRootImpl.java:4038)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:4000)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3562)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3615)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3581)
at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3698)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3589)
at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:3755)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3562)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3615)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3581)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3589)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3562)
at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:5825)
at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:5799)
at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:5770)
at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3358)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5254)
at java.lang.reflect.Method.invoke(Method.java)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:902)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:697)
|
Please help me what is the issue for this crash