You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception dispatching input event.
2023-03-31 23:55:03.246 23320-23320 MessageQueue-JNI com.example.TestPlugin E Exception in MessageQueue callback: handleReceiveCallback
2023-03-31 23:55:03.249 23320-23320 MessageQueue-JNI com.example.TestPlugin E com.android.internal.util.SyncResultReceiver$TimeoutException: Not called in 5000ms
at com.android.internal.util.SyncResultReceiver.waitResult(SyncResultReceiver.java:56)
at com.android.internal.util.SyncResultReceiver.getIntResult(SyncResultReceiver.java:68)
at android.view.autofill.AutofillManager.startSessionLocked(AutofillManager.java:1770)
at android.view.autofill.AutofillManager.notifyViewEnteredLocked(AutofillManager.java:987)
at android.view.autofill.AutofillManager.notifyViewEntered(AutofillManager.java:952)
at android.view.autofill.AutofillManager.notifyViewEntered(AutofillManager.java:903)
at android.view.View.notifyEnterOrExitForAutoFillIfNeeded(View.java:8013)
at android.view.View.onFocusChanged(View.java:7975)
at android.widget.TextView.onFocusChanged(TextView.java:10860)
at android.view.View.handleFocusGainInternal(View.java:7638)
at android.view.View.requestFocusNoSearch(View.java:12614)
at android.view.View.requestFocus(View.java:12588)
at android.view.View.requestFocus(View.java:12555)
at android.view.View.requestFocus(View.java:12497)
The text was updated successfully, but these errors were encountered:
登录页面的输入框无法输入,点击后5秒崩溃。首页的输入框可以输入。请求各位大佬帮忙看看。
Exception dispatching input event.
2023-03-31 23:55:03.246 23320-23320 MessageQueue-JNI com.example.TestPlugin E Exception in MessageQueue callback: handleReceiveCallback
2023-03-31 23:55:03.249 23320-23320 MessageQueue-JNI com.example.TestPlugin E com.android.internal.util.SyncResultReceiver$TimeoutException: Not called in 5000ms
at com.android.internal.util.SyncResultReceiver.waitResult(SyncResultReceiver.java:56)
at com.android.internal.util.SyncResultReceiver.getIntResult(SyncResultReceiver.java:68)
at android.view.autofill.AutofillManager.startSessionLocked(AutofillManager.java:1770)
at android.view.autofill.AutofillManager.notifyViewEnteredLocked(AutofillManager.java:987)
at android.view.autofill.AutofillManager.notifyViewEntered(AutofillManager.java:952)
at android.view.autofill.AutofillManager.notifyViewEntered(AutofillManager.java:903)
at android.view.View.notifyEnterOrExitForAutoFillIfNeeded(View.java:8013)
at android.view.View.onFocusChanged(View.java:7975)
at android.widget.TextView.onFocusChanged(TextView.java:10860)
at android.view.View.handleFocusGainInternal(View.java:7638)
at android.view.View.requestFocusNoSearch(View.java:12614)
at android.view.View.requestFocus(View.java:12588)
at android.view.View.requestFocus(View.java:12555)
at android.view.View.requestFocus(View.java:12497)
The text was updated successfully, but these errors were encountered: