On 5/30/16 11:22 PM, Nicholas Nethercote wrote:
#2 is unannotated MOZ_CRASH() calls, i.e. there is no string argument
given. These are mostly OOMs, though there are a few others in there.
These ones should be annotated so they show up separately.

MOZ_CRASH()'s explanation string parameter is optional. Should it be required? There are 998 calls in mozilla-central to MOZ_CRASH() without an argument, so annotating all of these won't happen overnight.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to