Bug 895933 - Record if a CC log is AllTraces or not. r=khuey

This commit is contained in:
Andrew McCreight 2013-07-19 10:00:53 -07:00
parent 045d67c07b
commit 3e8e41cc10

View File

@ -1465,6 +1465,8 @@ public:
NS_ENSURE_STATE(mStream);
MozillaRegisterDebugFILE(mStream);
fprintf(mStream, "# WantAllTraces=%s\n", mWantAllTraces ? "true" : "false");
return NS_OK;
}
NS_IMETHOD NoteRefCountedObject(uint64_t aAddress, uint32_t refCount,