Closed
Bug 1085227
Opened 11 years ago
Closed 11 years ago
Error creating motion point 0 (java.lang.NullPointerException) on Android 5
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1074334
People
(Reporter: m_kato, Unassigned)
Details
When touching content on the latest Nightly on Android 5, the following error is logged to adb logcat.
If it is same as bug 1074334, please dup of it.
E/GeckoEvent( 4962): Error creating motion point 0
E/GeckoEvent( 4962): java.lang.NullPointerException: Attempt to read from field 'float android.graphics.PointF.x' on a null object reference
E/GeckoEvent( 4962): at org.mozilla.gecko.GeckoEvent.addMotionPoint(GeckoEvent.java:486)
E/GeckoEvent( 4962): at org.mozilla.gecko.GeckoEvent.initMotionEvent(GeckoEvent.java:462)
E/GeckoEvent( 4962): at org.mozilla.gecko.GeckoEvent.createLongPressEvent(GeckoEvent.java:434)
E/GeckoEvent( 4962): at org.mozilla.gecko.gfx.JavaPanZoomController.onLongPress(JavaPanZoomController.java:1352)
E/GeckoEvent( 4962): at android.view.GestureDetector.dispatchLongPress(GestureDetector.java:690)
E/GeckoEvent( 4962): at android.view.GestureDetector.access$200(GestureDetector.java:37)
E/GeckoEvent( 4962): at android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:266)
E/GeckoEvent( 4962): at android.os.Handler.dispatchMessage(Handler.java:102)
E/GeckoEvent( 4962): at android.os.Looper.loop(Looper.java:135)
E/GeckoEvent( 4962): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/GeckoEvent( 4962): at java.lang.reflect.Method.invoke(Native Method)
E/GeckoEvent( 4962): at java.lang.reflect.Method.invoke(Method.java:372)
E/GeckoEvent( 4962): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/GeckoEvent( 4962): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
| Reporter | ||
Updated•11 years ago
|
OS: Linux → Android
Hardware: x86_64 → ARM
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•