Closed
Bug 367677
Opened 18 years ago
Closed 16 years ago
make error logging in updater.cpp more verbose (especially on error)
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
DUPLICATE
of bug 316890
People
(Reporter: moco, Unassigned)
Details
make error logging in updater.cpp more verbose on error
spun off from bug #367669 and bug #367084
Reporter | ||
Comment 1•18 years ago
|
||
I've got a patch in bug #367084 to make things a little better.
if the file is in use by another process (like chrome/browser.manifest from shaver, in bug #367669)
we'll get:
remove failed: 13,-1 (chrome/browser.manifest)
note, if the file is just read only (see bug #367084), you would not see this error as the patch will attempt to change the perms.
but if that fails, you'd get:
remove failed: 13,-1 (chrome/browser.manifest)
so after my patch, there still won't be a way to determine the difference between those failures.
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•18 years ago
|
||
sorry for the bug spam, re-assigning bugs back to default owner if I'm not working actively on them.
Assignee: sspitzer → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
![]() |
||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•