Closed
Bug 1155029
Opened 10 years ago
Closed 10 years ago
[mozrunner] get device log from both main buffer and radio buffer
Categories
(Testing :: Mozbase, defect)
Tracking
(firefox40 fixed)
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
1.25 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
Get device log from both main buffer and radio buffer, e.g. `adb logcat -v time -b main -b radio', which can help us to understand emulator's radio behaviour. This is really helpful when debugging some intermittent failure which is caused by emulator environment, like bug 1155022.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8593164 -
Attachment is patch: true
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8593164 [details] [diff] [review]
Patch, v1
Review of attachment 8593164 [details] [diff] [review]:
-----------------------------------------------------------------
Hi :ahal, would you mind reviewing this? Thank you.
Attachment #8593164 -
Flags: review?(ahalberstadt)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → echen
Comment 3•10 years ago
|
||
Comment on attachment 8593164 [details] [diff] [review]
Patch, v1
Review of attachment 8593164 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, lgtm! Will this dump both the radio and main buffers into the same log file?
Attachment #8593164 -
Flags: review?(ahalberstadt) → review+
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #3)
> Comment on attachment 8593164 [details] [diff] [review]
> Patch, v1
>
> Review of attachment 8593164 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Thanks, lgtm! Will this dump both the radio and main buffers into the same
> log file?
Yes, will be in the same log file.
If you are interesting about what will the log look like, here is the try run with dumping both the radio and main buffer for your reference, https://treeherder.mozilla.org/#/jobs?repo=try&revision=234d28040682&exclusion_profile=false (The tag of radio log is `RIL` or `AT`).
Thank you.
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•