Closed
Bug 972879
Opened 9 years ago
Closed 9 years ago
crash in java.lang.NoSuchMethodError: android.widget.RelativeLayout.setSystemUiVisibility at org.mozilla.gecko.GeckoApp$32.run(GeckoApp.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox29 fixed, firefox30 fixed, fennec29+)
RESOLVED
FIXED
Firefox 30
People
(Reporter: aaronmt, Assigned: jdover)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
1.19 KB,
patch
|
lucasr
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is report bp-83d664a8-3591-4491-917b-1db092140213. ============================================================= java.lang.NoSuchMethodError: android.widget.RelativeLayout.setSystemUiVisibility at org.mozilla.gecko.GeckoApp$32.run(GeckoApp.java:2802) at android.os.Handler.handleCallback(Handler.java:587) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3691) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:670) at dalvik.system.NativeStart.main(Native Method) Specific to Android 2.3; seems to affect the Kindle, original Desire and an Ace 2
Reporter | ||
Comment 1•9 years ago
|
||
http://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_VISIBLE Was added in API 14 http://mxr.mozilla.org/mozilla-aurora/source/mobile/android/base/GeckoApp.java#2802 Needs a check.
Comment 2•9 years ago
|
||
Josh, seems like a regression from bug 960159. Could you have a look?
Assignee: nobody → jdover
tracking-fennec: --- → ?
Reporter | ||
Updated•9 years ago
|
Keywords: regression
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(jdover)
Assignee | ||
Comment 3•9 years ago
|
||
Added check to make sure we don't call this on SDK < 14
Attachment #8377652 -
Flags: review?(lucasr.at.mozilla)
Flags: needinfo?(jdover)
Comment 4•9 years ago
|
||
Comment on attachment 8377652 [details] [diff] [review] Only dim system UI on SDK >= 14 Review of attachment 8377652 [details] [diff] [review]: ----------------------------------------------------------------- Yep. Is this Aurora too? Make sure you request uplift if it is.
Attachment #8377652 -
Flags: review?(lucasr.at.mozilla) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Yes, how do I do that?
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8377652 [details] [diff] [review] Only dim system UI on SDK >= 14 [Approval Request Comment] Bug caused by (feature/regressing bug #): User impact if declined: Testing completed (on m-c, etc.): Risk to taking this patch (and alternatives if risky): String or IDL/UUID changes made by this patch:
Attachment #8377652 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 7•9 years ago
|
||
[Approval Request Comment] Bug caused by (feature/regressing bug #): 160159 User impact if declined: Crashes in Reader Mode on anything below ICS due to unsupported system flag Testing completed (on m-c, etc.): n/a Risk to taking this patch (and alternatives if risky): none String or IDL/UUID changes made by this patch: none
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 8•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/43e07016a5bb
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
https://hg.mozilla.org/mozilla-central/rev/43e07016a5bb
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Updated•9 years ago
|
status-firefox29:
--- → affected
status-firefox30:
--- → fixed
Updated•9 years ago
|
Attachment #8377652 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•9 years ago
|
tracking-fennec: ? → 29+
Updated•2 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
•