Closed
Bug 1609198
Opened 6 years ago
Closed 5 years ago
geckoview-junit should collect and parse logcat logs
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: agi, Assigned: agi, Mentored)
Details
Attachments
(1 file)
Right now the only way to access logcat logs from a local mach geckoview-junit run is to manually call adb logcat. It would be really nice if geckoview-junit could do that for us automatically.
In particular, test runs could be tagged in the logs itself so that geckoview-junit would be able to show individual test logs, filtering for only failing tests.
Priority: -- → P3
| Assignee | ||
Comment 1•5 years ago
|
||
This also adds a --verbose flag to |mach geckoview-junit| which always prints
the logcat for every test.
Updated•5 years ago
|
Assignee: nobody → agi
Status: NEW → ASSIGNED
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7739e60ee14d
Print logcat on junit test failure. r=droeh,nalexander
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•