Closed
Bug 1822620
Opened 2 years ago
Closed 2 years ago
Crash in [@ java.lang.NullPointerException: at org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataFragment.getCheckboxes(DeleteBrowsingDataFragment.kt:6)]
Categories
(Fenix :: Privacy, defect, P2)
Tracking
(firefox111 wontfix, firefox112 fixed, firefox113 fixed)
RESOLVED
FIXED
113 Branch
People
(Reporter: cpeterson, Assigned: giorga)
References
Details
(Keywords: crash, regression, Whiteboard: [fxdroid] [experience])
Crash Data
Attachments
(2 files)
59 bytes,
text/x-github-pull-request
|
Details | Review | |
59 bytes,
text/x-github-pull-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
This crash looks like a regression in Fenix 110.
Crash report: https://crash-stats.mozilla.org/report/index/a42f6990-a965-4578-b56d-ed4870230315
Java stack trace:
java.lang.NullPointerException
at org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataFragment.getCheckboxes(DeleteBrowsingDataFragment.kt:6)
at org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataFragment.updateDeleteButton(DeleteBrowsingDataFragment.kt:1)
at org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataFragment$$ExternalSyntheticLambda2.onClick(R8$$SyntheticClass:19)
at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:38)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:268)
at android.app.ActivityThread.main(ActivityThread.java:8046)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:627)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:997)
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → giorga
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/iorgamgabriel
https://github.com/mozilla-mobile/firefox-android/commit/c5cc2296a1640be5fb944e726532bd9153a4b3da
[main] Bug 1822620 - Possible fix for NullPointerException
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
Assignee | ||
Updated•2 years ago
|
Flags: qe-verify+
Assignee | ||
Comment 3•2 years ago
|
||
I removed qe-verify+ flag because I don't know how to reproduce this bug.
Comment 4•2 years ago
|
||
did we want to uplift this to 112? we only have 1 beta left
Flags: needinfo?(giorga)
Assignee | ||
Comment 5•2 years ago
|
||
I don't know; management should decide. It's a null check .
Flags: needinfo?(giorga)
Comment 6•2 years ago
|
||
Comment 7•2 years ago
|
||
:diannaS let' go ahead and uplift this to Beta. Thanks!
Comment 8•2 years ago
|
||
Comment on attachment 9325970 [details] [review]
[mozilla-mobile/firefox-android] Bug 1822620 -A possible fix for NullPointerException. (backport #1363) (#1475)
Beta/Release Uplift Approval Request
- User impact if declined: Crash
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Approval from Manager although currently no manual qa str
- String changes made/needed: None
- Is Android affected?: Yes
Attachment #9325970 -
Flags: approval-mozilla-beta?
Comment 9•2 years ago
|
||
Comment on attachment 9325970 [details] [review]
[mozilla-mobile/firefox-android] Bug 1822620 -A possible fix for NullPointerException. (backport #1363) (#1475)
Approved for Mobile 112.0b9
Attachment #9325970 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•2 years ago
|
||
Authored by https://github.com/mergify[bot]
https://github.com/mozilla-mobile/firefox-android/commit/f8bb85b97e8e7d4d2cbf9ccb357bc1ecc1883011
[releases_v112] Bug 1822620 - Possible fix for NullPointerException (#1475)
You need to log in
before you can comment on or make changes to this bug.
Description
•