https://searchfox.org/mozilla-central/rev/cd31ddf343ea3a39e64fe9b74ab1b246f01a8bd2/mfbt/Assertions.h#239,267 > MOZ_CRASH_UNSAFE(explanation-string) can be used if the explanation string > MOZ_CRASH_UNSAFE_PRINTF(format, arg1 [, args]) can be used when more > information is desired than a string literal can supply.
Bug 1726923 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
https://searchfox.org/mozilla-central/rev/cd31ddf343ea3a39e64fe9b74ab1b246f01a8bd2/mfbt/Assertions.h#239,267 > MOZ_CRASH_UNSAFE(explanation-string) can be used if the explanation string > cannot be a string literal > MOZ_CRASH_UNSAFE_PRINTF(format, arg1 [, args]) can be used when more > information is desired than a string literal can supply.