Closed
Bug 1877180
Opened 1 years ago
Closed 1 years ago
Pass the app name to mozproxy when doing recordings
Categories
(Testing :: mozperftest, defect, P1)
Testing
mozperftest
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
Currently the recording on android is broken because the app name isn't being passed to mozproxy. This prevents the mitmproxy certificate from being properly installed in the app which then prevents recording.
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
This patch fixes a couple bugs with recording. The first is that the app wasn't being passed to mozproxy, and this was preventing the creation of the mitmproxy certificate for the app being used to record. The second is that the --proxy-deterministic flag isn't defined within the proxy layer even though it's used by it from the hooks.
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/85d4a93d2fce
Pass the app name to mozproxy during recording. r=perftest-reviewers,kshampur,afinder DONTBUILD
Comment 3•1 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•