Open
Bug 1717996
Opened 4 years ago
Updated 4 years ago
Log.verbose broken because it always evaluates to false
Categories
(Remote Protocol :: Agent, defect, P3)
Remote Protocol
Agent
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
Details
Our Log.verbose implementation is broken and always returns false. Reason is that the string preference starts with a lower-case char, while the StdLog.Level expects a capital letter.
As such using that property doesn't work like in Connection.send() for CDP.
Having that working (and later support for trace level too, we would be able to better determine when to create a logger at all. See bug 1708532.
Given that this might affect performance of WebDriver BiDi I'll put it on the M1 list of bugs for now.
Updated•4 years ago
|
Points: --- → 2
Priority: -- → P3
| Reporter | ||
Updated•4 years ago
|
Whiteboard: [bidi-m1-mvp] → [bidi-m2-mvp]
| Reporter | ||
Updated•4 years ago
|
Priority: P3 → --
| Reporter | ||
Updated•4 years ago
|
Whiteboard: [bidi-m2-mvp]
| Reporter | ||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•