On Tue, Jul 1, 2014 at 9:04 PM, Fitzgerald, Nick <[email protected]> wrote:
> When if the log was exposed to devtools as some kind of blob / typed array > that we can send across the RDP as binary data, we could do this: > > 1. Collect the log in SpiderMonkey on the debuggee device > 2. Deliver the log blob to a hook the devtools set > 3. Send log blob over RDP > 4. On the debugger device, devtools code asks Debugger to parse the blob > This could be done with the tracelogging buffer pretty easily, I think. _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

