Closed
Bug 1215396
Opened 8 years ago
Closed 8 years ago
Log Safe Browsing prefixes as they are added to the local database
Categories
(Toolkit :: Safe Browsing, defect)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: francois, Assigned: francois)
References
Details
Attachments
(1 file)
5.44 KB,
patch
|
gcp
:
review+
|
Details | Diff | Splinter Review |
This will allow us to see when particular prefixes get added / removed by the Safe Browsing server. NSPR_LOG_MODULES=UrlClassifierProtocolParser:5
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8674662 -
Flags: review?(gpascutto)
Comment 2•8 years ago
|
||
Comment on attachment 8674662 [details] [diff] [review] bug1215396.patch Review of attachment 8674662 [details] [diff] [review]: ----------------------------------------------------------------- Seems very spammy to me. Maybe want to consider making different log levels?
Attachment #8674662 -
Flags: review?(gpascutto) → review+
Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Gian-Carlo Pascutto [:gcp] from comment #2) > Seems very spammy to me. Maybe want to consider making different log levels? Yeah, it is pretty spammy, but there aren't that many log levels: https://dxr.mozilla.org/mozilla-central/rev/d374d16cbb251c9dac5af69f8e186e821ce82fe2/nsprpub/pr/include/prlog.h#107-111 None of the PARSER_LOG() lines really feel like warnings to me. The good thing is that it's pretty rare (I think) that we need to enable that particular LOG_MODULE.
Comment 5•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4d5282dd38b8
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•