There are many logs in the native tools and it would be great if those also appear in the tracing console.
Native tools use:
- a pref to make those logs visible: "devtools.debugger.log"
- and system dump() to display the result in the system console.
See e.g.
https://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/debugger-controller.js#2296
Any tips how we could do this?
Honza
There are many logs in the native tools and it would be great if those also appear in the tracing console.
Native tools use:
See e.g.
https://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/debugger-controller.js#2296
Any tips how we could do this?
Honza