Open
Bug 1794063
Opened 4 months ago
Updated 4 months ago
Allow dump()ing to printf_stderr sinks
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: sfink, Assigned: sfink)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
To get log output on eg Android, we have to use printf_stderr. Within js/, sometimes we want to be able to dump() various things. It would be good to be able to dump() to the printf_stderr destinations.
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Updated•4 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•