Closed
Bug 707632
Opened 14 years ago
Closed 12 years ago
make android logs easier to read by not showing the output of the rm cleanup stage
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Unassigned)
Details
(Whiteboard: [android][tegra])
when I am debugging android logs, I usually scroll to the bottom and expect to figure out what is going on. While this is true, I have to scroll for a minute just to get past all the:
========= Started 'rm -rfv ...' (results: 0, elapsed: 15 secs) ==========
rm -rfv build
.
:
This information provides no valuable data to me.
Comment 1•14 years ago
|
||
This was done because the clearing of the build/test directories was taking longer than the step timeout when the foopys were very busy. Now this was also with the original foopy hardware (very old mac minis) so we may be able to revisit this for new foopys
Whiteboard: [android][tegra]
Comment 2•14 years ago
|
||
(In reply to Mike Taylor [:bear] from comment #1)
> This was done because the clearing of the build/test directories was taking
> longer than the step timeout when the foopys were very busy. Now this was
> also with the original foopy hardware (very old mac minis) so we may be able
> to revisit this for new foopys
Could we make the rm flags an option so we can toggle verbosity on/off from the configs?
Priority: -- → P3
Comment 3•13 years ago
|
||
(In reply to Chris Cooper [:coop] from comment #2)
> (In reply to Mike Taylor [:bear] from comment #1)
> > This was done because the clearing of the build/test directories was taking
> > longer than the step timeout when the foopys were very busy. Now this was
> > also with the original foopy hardware (very old mac minis) so we may be able
> > to revisit this for new foopys
>
> Could we make the rm flags an option so we can toggle verbosity on/off from
> the configs?
Possibly, though Bug 670199 [when worked on] might reduce disk i/o enough that we can safely remove -v from the rm command all around here.
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 4•12 years ago
|
||
We're not this noisy anymore.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•