Closed
Bug 1014015
Opened 11 years ago
Closed 11 years ago
"this.conn is null" when connecting more than once to a device
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(1 file)
|
932 bytes,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
If we connect more than once to a device, we can see in logcat the following exception.
This exception doesn't break anything but pollute the logs and highlights that we do not clean things up correctly on disconnect:
E/GeckoConsole(28159): [JavaScript Error: "this.conn is null" {file: "resource:/
/gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/serve
r/main.js -> resource://gre/modules/devtools/server/actors/webapps.js" line: 977
}]
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8426290 -
Flags: review?(paul)
Updated•11 years ago
|
Attachment #8426290 -
Flags: review?(paul) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•