sitespeedio / sitespeedio/browsertime
firefox.collectMozLog does not work on Android
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 652
- Forks
- 141
- Avg merge
- 3h 56m
- Merged PRs (30d)
- 5
Description
Have you read the documentation?
- Yes, I've read the how to make a reproducable bug guide
- Yes, I've read the how to debug my script guide
URL
No website
What are you trying to accomplish
Collecting moz_logs is very helpful for Firefox performance engineers.
As far as I can tell, firefox.collectMozLog does not copy the generated log file when running on Firefox for Android.
See usage:
https://github.com/search?q=repo%3Asitespeedio%2Fbrowsertime%20collectMozLog&type=code
What browser did you use?
Firefox
How to reproduce
Run a gecko application on Android (e.g. geckoview_example) and pass in the arguments, `--firefox.collectMozLog --firefox.setMozLog="timestamp,nsHttp:5"`
Expected outcome:
The moz_log.txt files are copied back along with other artifacts like performance profiles
Actual outcome:
No moz_log.txt files are copied back.
Log output
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching for collectMozLog and the Android artifact-copy path, then reproduce with a Gecko application using --firefox.collectMozLog and --firefox.setMozLog="timestamp,nsHttp:5". Done means moz_log.txt is copied back on Firefox for Android alongside the other artifacts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript
- Domain
- mobile-dev, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100