Closed
Bug 1911516
Opened 1 year ago
Closed 1 year ago
ML Fails in non-debug mode because of maxLogLevelPref
Categories
(Core :: Machine Learning, defect, P1)
Core
Machine Learning
Tracking
()
RESOLVED
FIXED
131 Branch
People
(Reporter: tarek, Assigned: tarek)
Details
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
I tried the feature in a beta simul and it fails because we use maxLogLevelPref in the worker, and that will throw an exception in non-debug builds. Since I work in debug I missed it.
| Assignee | ||
Comment 1•1 year ago
|
||
Depends on D218407
| Assignee | ||
Updated•1 year ago
|
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a0171aa06f0
remove maxLogLevelPref usage from the worker r=calixte
Updated•1 year ago
|
tracking-firefox129:
? → ---
tracking-firefox130:
? → ---
| Assignee | ||
Comment 3•1 year ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D218515
Updated•1 year ago
|
Attachment #9417693 -
Flags: approval-mozilla-beta?
Comment 4•1 year ago
|
||
beta Uplift Approval Request
- User impact if declined: the pdf.js new alt text feature will not work at all
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: none
- Risk associated with taking this patch: very low because that feature is a nimbus experiment and the code changed is only inside the feature
- Explanation of risk level: n/a
- String changes made/needed: no
- Is Android affected?: no
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
Updated•1 year ago
|
Attachment #9417693 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•1 year ago
|
status-firefox130:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•