Closed
Bug 1754735
Opened 3 years ago
Closed 3 years ago
Reduce debug logging of mozdevice
Categories
(Testing :: Mozbase Rust, task)
Tracking
(firefox99 fixed)
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
Right now mozdevice is logging too much for debug mode which includes each and every call to adb
. Basically this should become trace
entries, and we should have debug entries for maybe each preparation and cleanup step.
Problem is that right now it would flood the log files and most likely exceed the maximum of 5MB for the packaged log.
Assignee | ||
Comment 1•3 years ago
|
||
Details when calling adb commands are not needed in debug log but
should be available in trace logs. Also logging output when
failures occur should be warnings.
Updated•3 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f43889486d1a
[mozdevice-rust] Reduce debug logging of mozdevice. r=webdriver-reviewers,jgraham
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•