Open
Bug 1517194
Opened 6 years ago
Updated 2 years ago
Add MOZ_LOG on DOM Cache
Categories
(Core :: DOM: Service Workers, task, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: tt, Unassigned)
References
Details
I guess the main reasons for having logs on Cache API are:
- Making us profile the issue quickly.
- Letting users provide more information by asking them running the log.
Given that I reckon we could have two types of information on our log system: Info and Debug.
The information in the logs should have:
- Parent process or child process
- Thread ID
- Manager ID
- Cache ID
- State
- IsShuttingDown flag
However, I'm not sure where should I add logs.
I guess that could be figured out by solving Cache issues. For instance, if I find getting a log in a certain place would be useful in an issue, then I could provide a patch for adding a log in that issue.
Maybe I should work on this issue each time when I investigate an issue on Cache API?
Updated•6 years ago
|
Priority: -- → P3
Comment 1•5 years ago
|
||
I'd classify this as a task as it does not add value to the end-user.
Type: enhancement → task
Updated•4 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•