Closed
Bug 1747061
Opened 3 years ago
Closed 2 years ago
Add async stacktrace support for log.entryAdded
Categories
(Remote Protocol :: WebDriver BiDi, task)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1745440
People
(Reporter: whimboo, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
The initial landing for stacktrace support on bug 1731553 doesn't include async stacktraces because these are reported empty by the platform. We should check why this is happening, and if needed reach out to the platform team.
Updated•3 years ago
|
Priority: -- → P3
Reporter | ||
Updated•3 years ago
|
Comment 1•2 years ago
|
||
We should reuse enableAsyncStack/disableAsyncStack as in Bug 1770477.
We can move this logic to the WindowGlobalMessageHandler who should be responsible to only enable/disable once depending on how many modules still require async stack traces (ie have some counter).
Depends on: 1770477
Reporter | ||
Updated•2 years ago
|
Whiteboard: [webdriver:backlog]
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Priority: P3 → --
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•