Closed
Bug 1620257
Opened 5 years ago
Closed 5 years ago
Print the actor ID when Front receive an error packet
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(firefox76 fixed)
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
In protocol.js Front implementation, when we receive an error packet, we only print/throw the error packet. But it would be useful to expose which actor this error came from.
I realized this would be helpful when working on bug 1593937 where I was receiving unidentifiable errors.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd1a265e83e6
Print the actorID when we receive a error in protocol.js Fronts. r=jdescottes
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•