Skip to content

java.lang.NullPointerException android.view.View.onResolvePointerIcon #13306

@AntTheAlchemist

Description

@AntTheAlchemist

Google Play has reported this crash 80 times in the past 28 days. I believe it's something newish, because I can't remember seeing it before. It seems to be exclusive to TVs running Android 14.

Stack trace:

Exception java.lang.NullPointerException: Attempt to invoke virtual method 'int android.view.InputDevice.getVendorId()' on a null object reference
  at android.view.View.onResolvePointerIcon (View.java:29569)
  at android.view.ViewGroup.dispatchResolvePointerIcon (ViewGroup.java:2092)
  at android.view.ViewGroup.onResolvePointerIcon (ViewGroup.java:2067)
  at android.view.ViewGroup.dispatchResolvePointerIcon (ViewGroup.java:2092)
  at android.view.ViewGroup.onResolvePointerIcon (ViewGroup.java:2067)
  at android.view.ViewGroup.dispatchResolvePointerIcon (ViewGroup.java:2092)
  at android.view.ViewGroup.onResolvePointerIcon (ViewGroup.java:2067)
  at android.view.ViewGroup.dispatchResolvePointerIcon (ViewGroup.java:2092)
  at android.view.ViewGroup.onResolvePointerIcon (ViewGroup.java:2067)
  at android.view.ViewRootImpl.updatePointerIcon (ViewRootImpl.java:7116)
  at android.view.ViewRootImpl.resetPointerIcon (ViewRootImpl.java:7092)
  at android.view.ViewRootImpl.-$$Nest$mresetPointerIcon (Unknown Source)
  at android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl (ViewRootImpl.java:6046)
  at android.view.ViewRootImpl$ViewRootHandler.handleMessage (ViewRootImpl.java:5862)
  at android.os.Handler.dispatchMessage (Handler.java:106)

Metadata

Metadata

Assignees

Labels

notourbugThis bug is caused by an external component

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions