Bug 1719280 Comment 10 Edit History

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

I can't think of anything off of the top of my head. Looks like a driver bug of some sort. I have a device with an Adreno 530 running Android 8. However, it has an earlier Adreno driver version (251.0) than the reporter's (313.0). I cannot reproduce the issue in Firefox 89.

dodgexander, could you please try running [mozregression](https://mozilla.github.io/mozregression/quickstart.html) to find out what fixed this issue for you.

You can either install a GUI application from that link, or if you're on Macos or Linux I find it easiest to install via the command line:

```
pip install --user mozregression
```

Then you tell it that version 89 was bad, 91 is good, and that you want to find the fix. And to you use "geckoview_example" or "gve" app.

```
mozregression --find-fix --app gve --good 91 --bad 89
```

If using the GUI, you click the scissor icon to "start bisection", then you should be able to enter those settings in the GUI. This will download and run a series of versions of firefox. For each one you select "good" or "bad" and eventually it should tell you what commit fixed the bug.

Please let me know if you need any help with that. Thanks!
I can't think of anything off of the top of my head. Looks like a driver bug of some sort. I have a device with an Adreno 530 running Android 8. However, it has an earlier Adreno driver version (251.0) than the reporter's (313.0). I cannot reproduce the issue in Firefox 89.

dodgexander, could you please try running [mozregression](https://mozilla.github.io/mozregression/quickstart.html) to find out what fixed this issue for you.

You can either install a GUI application from that link, or if you're on Macos or Linux I find it easiest to install via the command line:

```
pip install --user mozregression
```

Then you tell it that version 89 was bad, 91 is good, and that you want to find the fix. And to use the "geckoview_example" or "gve" app.

```
mozregression --find-fix --app gve --good 91 --bad 89
```

If using the GUI, you click the scissor icon to "start bisection", then you should be able to enter those settings in the GUI. This will download and run a series of versions of firefox. For each one you select "good" or "bad" and eventually it should tell you what commit fixed the bug.

Please let me know if you need any help with that. Thanks!

Back to Bug 1719280 Comment 10