Closed
Bug 1695714
Opened 5 years ago
Closed 5 years ago
GeckoView's mach run --debug should automatically clear "wait for debugger to attach" setting
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: [geckoview:m88])
Attachments
(1 file)
This is relatively easy to do because we run lldb synchronously.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → aklotz
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [geckoview:m88]
| Assignee | ||
Comment 1•5 years ago
|
||
We always set the app as Android's debug app, which causes Android to wait for
a debugger to connect to the app before allowing it to start. We should clear
that setting once the debugger exits so that other developer activities (such as
manual testing) aren't blocked on the need to connect a debugger.
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c315567f4bbf
Clear Android's debug app setting when cleaning up after a mach run --debug session for GeckoView; r=firefox-build-system-reviewers,andi,mhentges
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
•