Closed
Bug 972879
Opened 11 years ago
Closed 11 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)
(deleted),
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•11 years ago
|
||
Comment 2•11 years ago
|
||
Josh, seems like a regression from bug 960159. Could you have a look?
Assignee: nobody → jdover
tracking-fennec: --- → ?
Reporter | ||
Updated•11 years ago
|
Keywords: regression
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(jdover)
Assignee | ||
Comment 3•11 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•11 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•11 years ago
|
||
Yes, how do I do that?
Assignee | ||
Comment 6•11 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•11 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•11 years ago
|
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Updated•11 years ago
|
status-firefox29:
--- → affected
status-firefox30:
--- → fixed
Updated•11 years ago
|
Attachment #8377652 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•11 years ago
|
||
Updated•11 years ago
|
tracking-fennec: ? → 29+
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
•