Closed
Bug 992974
Opened 12 years ago
Closed 12 years ago
Improve logs at CacheStorageService::AddStorageEntry when CacheEntry's file is doomed
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: mayhemer, Assigned: mayhemer)
References
Details
Attachments
(1 file)
|
1.08 KB,
patch
|
michal
:
review+
|
Details | Diff | Splinter Review |
if (entryExists && entry->IsFileDoomed() && !aReplace) {
aReplace = true;
}
this is not logged.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8402720 -
Flags: review?(michal.novotny)
Updated•12 years ago
|
Attachment #8402720 -
Flags: review?(michal.novotny) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•