Closed
Bug 1397817
Opened 8 years ago
Closed 8 years ago
Remove CC/GC logs
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(fennec+, firefox55 wontfix, firefox56 wontfix, firefox57blocking fixed, firefox58 fixed)
RESOLVED
FIXED
Firefox 58
People
(Reporter: mccr8, Assigned: droeh)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.05 KB,
patch
|
snorp
:
review+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
(In reply to Richard Newman [:rnewman] from comment #3)
> Please file an additional bug to delete any existing logs, and have it block
> Bug 1042369. Hooray for less storage impact!
As seen in bug 1393058, some users get the storage on their phones filled up with GC/CC logs, which are intended only for debugging. rnewman asked for a bug on deleting existing logs, so here it is.
| Reporter | ||
Updated•8 years ago
|
Component: Core → General
Product: Android Background Services → Firefox for Android
Updated•8 years ago
|
Comment 1•8 years ago
|
||
[Tracking Requested - why for this release]: This is hundreds or thousands of megabytes for affected users. This is not something we should delay in fixing.
tracking-fennec: --- → ?
status-firefox55:
--- → wontfix
status-firefox56:
--- → affected
status-firefox57:
--- → affected
tracking-firefox57:
--- → ?
Assignee: nobody → droeh
tracking-fennec: ? → +
Priority: -- → P1
Updated•8 years ago
|
status-firefox58:
--- → affected
I'd like to track this as a blocking bug for Fennec 57. The sooner this is fixed the better.
Comment 3•8 years ago
|
||
Dylan, could you share a status update on this bug? Thanks.
| Assignee | ||
Comment 4•8 years ago
|
||
An easy enough fix once I was able to actually test it! This just uses DelayedInit to spawn a task to delete the log directory if it exists.
Attachment #8919491 -
Flags: review?(snorp)
| Assignee | ||
Comment 5•8 years ago
|
||
Forgot to include a commit message! Otherwise same as above.
Attachment #8919491 -
Attachment is obsolete: true
Attachment #8919491 -
Flags: review?(snorp)
Attachment #8919492 -
Flags: review?(snorp)
Attachment #8919491 -
Flags: review+
Attachment #8919492 -
Flags: review?(snorp) → review+
Pushed by droeh@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bde8a772d008
Delete Downloads/memory-reports if it exists. r=snorp
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Comment 8•8 years ago
|
||
57 blocker. Please nominate this for Beta approval when you get a chance.
Flags: needinfo?(droeh)
| Assignee | ||
Comment 9•8 years ago
|
||
Comment on attachment 8919492 [details] [diff] [review]
Delete Downloads/memory-reports on startup if it exists
Approval Request Comment
[Feature/Bug causing the regression]:
[User impact if declined]: Potentially wasting large amounts of storage on affected devices.
[Is this code covered by automated tests?]: No
[Has the fix been verified in Nightly?]: Yes
[Needs manual test from QE? If yes, steps to reproduce]:
[List of other uplifts needed for the feature/fix]:
[Is the change risky?]: Minimally so
[Why is the change risky/not risky?]: Deletes a directory that should only exist if we've used it for logging purposes
[String changes made/needed]: None
Flags: needinfo?(droeh)
Attachment #8919492 -
Flags: approval-mozilla-beta?
Comment 10•8 years ago
|
||
Comment on attachment 8919492 [details] [diff] [review]
Delete Downloads/memory-reports on startup if it exists
blocking issue, taking it.
Attachment #8919492 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 11•8 years ago
|
||
| bugherder uplift | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•