Closed
Bug 888851
Opened 13 years ago
Closed 13 years ago
java.lang.NoSuchMethodError: android.view.KeyEvent.getSource at org.mozilla.gecko.util.GamepadUtils.isGamepadKey(GamepadUtils.java)
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(firefox24 affected)
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox24 | --- | affected |
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
There are two crashes in 24.0a2/20130630 from the same user: bp-beb92150-815f-4432-a856-88ca92130630.
java.lang.NoSuchMethodError: android.view.KeyEvent.getSource
at org.mozilla.gecko.util.GamepadUtils.isGamepadKey(GamepadUtils.java:28)
at org.mozilla.gecko.util.GamepadUtils.isActionKey(GamepadUtils.java:34)
at org.mozilla.gecko.AwesomeBar$4.onKey(AwesomeBar.java:198)
at android.view.View.dispatchKeyEvent(View.java:3850)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:789)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:789)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:789)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:789)
at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchKeyEvent(PhoneWindow.java:1667)
at com.android.internal.policy.impl.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:1102)
at android.app.Activity.dispatchKeyEvent(Activity.java:2063)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1643)
at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2471)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1961)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
More reports at:
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&signature=java.lang.NoSuchMethodError%3A+android.view.KeyEvent.getSource+at+org.mozilla.gecko.util.GamepadUtils.isGamepadKey%28GamepadUtils.java%29
Comment 1•13 years ago
|
||
Whatever device this is, it's lying. It claims to be API level 9 which according to Android docs is supposed to have the KeyEvent.getSource function. Didn't we run into this problem before with some other function?
| Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #1)
> Didn't we run into this problem before with some other function?
Yes. It's the same user as in bug 877092.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•5 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
•