Java.lang.NullPointerException: attempt to call void virtual method android.widget.Editor $ SelectionModifierCursorController.enterDrag () '

I have this weird crash reporting Crashlytics. I never reproduced it myself. This only happens on Android 6.0.1. The entire stack trace does not have any of my lines of code, so I have no idea where to even start tracking it. Any ideas?

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Editor$SelectionModifierCursorController.enterDrag()' on a null object reference at android.widget.Editor.selectCurrentWordAndStartDrag(Editor.java:1773) at android.widget.Editor.performLongClick(Editor.java:1026) at android.widget.TextView.performLongClick(TextView.java:9230) at android.view.View$CheckForLongPress.run(View.java:21129) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5422) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 
+5
source share

All Articles