On 1/2/13 4:44 PM, Benjamin Smedberg wrote:
Was this particular logging enabled with NSPR_LOG_MODULES=all:5

No.

The failure mode was that if you enabled logging for any module at all we would crash at shutdown because there was an NS_WARNING after poisoning happened (from NS_ENSURE_SOMETHING_OR_OTHER) and NS_WARNING always got logged into the log, no matter what module you were logging.

Which was arguably broken and made logs a pain to read since they had all sorts of NS_WARNING spew in them, hence the suggestion to not log those to logs at all....

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to