Allow dump()ing to printf_stderr sinks
Categories
(Core :: JavaScript Engine, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
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•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 2•3 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:sfink, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 3•3 years ago
|
||
This bug depends on another bug, which should not be marked closed. (Or I should move stuff to a different bug that is still open.)
Comment 5•2 years ago
•
|
||
Backed out for causing Linux spidermonkey builds bustages in Printer.h.
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/workspace/obj-spider/dist/include/js/Printer.h:343:8: error: virtual function 'put' has a different return type ('bool') than the function it overrides (which has return type 'void')
L.E. There are also these sm bustages on Windows.
And also build bustages on other platforms.
Comment 7•2 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•2 years ago
|
Description
•