Bug 1707959 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

### Beta/Release Uplift Approval Request
* **User impact if declined**: Very frequent crashes on Android 12
* **Is this code covered by automated tests?**: No
* **Has the fix been verified in Nightly?**: No
* **Needs manual test from QE?**: Yes
* **If yes, steps to reproduce**: - Open a google search on Firefox for Android on Android 12
- Scroll all the way down, screen should not flicker
- Press home button
- Open FF from the home screen and scroll down immediately, FF should not crash
* **List of other uplifts needed**: None
* **Risk to taking this patch**: Low
* **Why is the change risky/not risky? (and alternatives if risky)**: This code only runs on Android 12, where we crash pretty frequently without this change, so the inherent risk to make things work is pretty low. The change is also wrapped around try catch block since it's reflection so in general there's not a lot that can go wrong
* **String changes made/needed**:
### Beta/Release Uplift Approval Request
* **User impact if declined**: Very frequent crashes on Android 12
* **Is this code covered by automated tests?**: No
* **Has the fix been verified in Nightly?**: No
* **Needs manual test from QE?**: Yes
* **If yes, steps to reproduce**: - Open a google search on Firefox for Android on Android 12
- Scroll all the way down, screen should not flicker
- Press home button
- Open FF from the home screen and scroll down immediately, FF should not crash
* **List of other uplifts needed**: None
* **Risk to taking this patch**: Low
* **Why is the change risky/not risky? (and alternatives if risky)**: This code only runs on Android 12, where we crash pretty frequently without this change, so the inherent risk to make things worse is pretty low. The change is also wrapped around try catch block since it's reflection so in general there's not a lot that can go wrong
* **String changes made/needed**:

Back to Bug 1707959 Comment 15