Re: dump() calls now available in NSPR logging

2016-01-07 Thread Kyle Huey
It would not be hard to add to the message manager and XPConnect. Patches welcome :) - Kyle On Thu, Jan 7, 2016 at 9:32 PM, Kan-Ru Chen (陳侃如) wrote: > Kyle Huey writes: > > > In Bug 1059469 I added a logging module for calls to dump() on Window > > and WorkerGlobalScope. You can enable it wi

Re: dump() calls now available in NSPR logging

2016-01-07 Thread 陳侃如
Kyle Huey writes: > In Bug 1059469 I added a logging module for calls to dump() on Window > and WorkerGlobalScope. You can enable it with > NSPR_LOG_MODULES="Dump:5". This is really handy when you're using > other logging modules and want to see how content script execution > fits into the logg

dump() calls now available in NSPR logging

2016-01-07 Thread Kyle Huey
In Bug 1059469 I added a logging module for calls to dump() on Window and WorkerGlobalScope. You can enable it with NSPR_LOG_MODULES="Dump:5". This is really handy when you're using other logging modules and want to see how content script execution fits into the logging output. - Kyle __