Closed
Bug 755494
Opened 12 years ago
Closed 10 years ago
Remote debugger server stops accepting connections on Fennec
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mgoodwin, Unassigned)
References
(Blocks 1 open bug)
Details
Fennec debug servers accept remote connections only intermittently.
STR:
1) Configure fennec for remote debugging
2) Attempt to connect from, for example, OS X debugger client (or any TCP client)
3) If successful, perform some other operations on the phone (change active application, allow screen to lock, etc).
4) Observe some connections (usually initial, and some subsequent) are accepted, others fail
Comment 1•12 years ago
|
||
cc'ing lucas for some fennec love.
Updated•12 years ago
|
Priority: -- → P3
Updated•10 years ago
|
Summary: Debuggee stops accepting connections → Debugger server stops accepting connections on Fennec
Updated•10 years ago
|
Blocks: dbg-browser
Updated•10 years ago
|
Summary: Debugger server stops accepting connections on Fennec → Remote debugger server stops accepting connections on Fennec
This is essentially the "expected" behavior. Fennec will tear down the debugger socket when the app is closed / killed by Android, which can happen for various reasons. I don't believe we would have an easy way to keep it alive beyond these kind of events.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•