在Play商店控制台中崩溃

时间:2017-09-19 13:06:46

标签: android

播放商店控制台显示崩溃。请帮助,下面是崩溃的日志。这发生几乎所有版本的Android操作系统。我的应用程序的崩溃次数正在减少和会话增加仍然播放商店显示崩溃率增加。
感谢。

  java.lang.IllegalStateException: 
  at android.widget.TextView.onKeyUp (TextView.java:6208)
  at android.view.KeyEvent.dispatch (KeyEvent.java:3232)
  at android.view.View.dispatchKeyEvent (View.java:7734)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.support.v4.view.ViewPager.dispatchKeyEvent (ViewPager.java:2761)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at android.view.ViewGroup.dispatchKeyEvent (ViewGroup.java:1410)
  at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchKeyEvent (PhoneWindow.java:2165)
  at com.android.internal.policy.impl.PhoneWindow.superDispatchKeyEvent (PhoneWindow.java:1540)
  at android.app.Activity.dispatchKeyEvent (Activity.java:2488)
  at android.support.v7.app.c.dispatchKeyEvent (AppCompatActivity.java:541)
  at android.support.v7.view.i.dispatchKeyEvent (WindowCallbackWrapper.java:59)
  at android.support.v7.app.f$b.dispatchKeyEvent (AppCompatDelegateImplBase.java:319)
  at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent (PhoneWindow.java:2092)
  at android.view.ViewRootImpl$ViewPostImeInputStage.processKeyEvent (ViewRootImpl.java:3897)
  at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess (ViewRootImpl.java:3871)
  at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3436)
  at android.view.ViewRootImpl$InputStage.onDeliverToNext (ViewRootImpl.java:3490)
  at android.view.ViewRootImpl$InputStage.forward (ViewRootImpl.java:3459)
  at android.view.ViewRootImpl$AsyncInputStage.forward (ViewRootImpl.java:3570)
  at android.view.ViewRootImpl$InputStage.apply (ViewRootImpl.java:3467)
  at android.view.ViewRootImpl$AsyncInputStage.apply (ViewRootImpl.java:3627)
  at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3436)
  at android.view.ViewRootImpl$InputStage.onDeliverToNext (ViewRootImpl.java:3490)
  at android.view.ViewRootImpl$InputStage.forward (ViewRootImpl.java:3459)
  at android.view.ViewRootImpl$InputStage.apply (ViewRootImpl.java:3467)
  at android.view.ViewRootImpl$InputStage.deliver (ViewRootImpl.java:3436)
  at android.view.ViewRootImpl.deliverInputEvent (ViewRootImpl.java:5584)
  at android.view.ViewRootImpl.doProcessInputEvents (ViewRootImpl.java:5564)
  at android.view.ViewRootImpl.enqueueInputEvent (ViewRootImpl.java:5535)
  at android.view.ViewRootImpl$ViewRootHandler.handleMessage (ViewRootImpl.java:3224)
  at android.os.Handler.dispatchMessage (Handler.java:102)
  at android.os.Looper.loop (Looper.java:136)
  at android.app.ActivityThread.main (ActivityThread.java:5433)
  at java.lang.reflect.Method.invokeNative (Native Method)
  at java.lang.reflect.Method.invoke (Method.java:515)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1268)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1084)
  at dalvik.system.NativeStart.main (Native Method)

1 个答案:

答案 0 :(得分:0)

根据您提供的信息,我能给您的答案最接近的是Is there a way to track this exception: focus search returned a view that wasn't able to take focus(即搜索“android.widget.TextView.onKeyUp IllegalStateException”)。祝你好运。

相关问题