This error log documents a NullPointerException that occurred when attempting to invoke a method on a null object. The exception originated from an attempt to cancel a long press on a BubbleTextView. It then propagated through the view hierarchy as the app attempted to handle the error and start a new activity in response to a user interaction like a long click.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
80 views
Hyperion Log Java - Text
This error log documents a NullPointerException that occurred when attempting to invoke a method on a null object. The exception originated from an attempt to cancel a long press on a BubbleTextView. It then propagated through the view hierarchy as the app attempted to handle the error and start a new activity in response to a user interaction like a long click.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
java.lang.
NullPointerException: Attempt to invoke virtual method 'void
com.android.launcher3.CheckLongPressHelper.cancelLongPress()' on a null object reference at com.android.launcher3.BubbleTextView.cancelLongPress(Unknown Source:5) at android.view.View.onCancelPendingInputEvents(View.java:17651) at android.view.View.dispatchCancelPendingInputEvents(View.java:17631) at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:4463) at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:4463) at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:4463) at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:4463) at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:4463) at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:4463) at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:4463) at android.view.View.cancelPendingInputEvents(View.java:17622) at android.app.Activity.cancelInputsAndStartExitTransition(Activity.java:4559) at android.app.Activity.startActivityForResult(Activity.java:4538) at com.android.launcher3.Launcher.startActivityForResult(Unknown Source:0) at android.app.Activity.startActivityForResult(Activity.java:4477) at android.app.Activity.startActivity(Activity.java:4838) at com.android.launcher3.BaseDraggingActivity.startActivitySafely(Unknown Source:128) at com.android.launcher3.Launcher.startActivitySafely(Unknown Source:0) at projekt.launcher.ProjektLauncher.lKfzzMel48(KFahl8MrNueZCF3wsNhs4xUpf:1) at fdmmZqzW3bEi2zOwdUVVPnZvO.AaD4ssJwZKJfNI6z6jbi77.run(Unknown Source:8) at com.android.launcher3.Utilities.launchActivity(KFahl8MrNueZCF3wsNhs4xUpf:11) at projekt.launcher.ProjektLauncher.startActivitySafely(KFahl8MrNueZCF3wsNhs4xUpf:1) at com.android.launcher3.views.OptionsPopupView.startWallpaperPicker(Unknown Source:77) at fdmmZqzW3bEi2zOwdUVVPnZvO.RpSH2nKsyVgSpGwJP3K8cW8AMXda6.onLongClick(Unknown Source:0) at com.android.launcher3.views.OptionsPopupView.handleViewClick(KFahl8MrNueZCF3wsNhs4x Upf:4) at com.android.launcher3.views.OptionsPopupView.onClick(Unknown Source:1) at android.view.View.performClick(View.java:6300) at android.view.View$PerformClick.run(View.java:24941) at android.os.Handler.handleCallback(Handler.java:790) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6548) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857)