mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895933 - Record if a CC log is AllTraces or not. r=khuey
This commit is contained in:
parent
045d67c07b
commit
3e8e41cc10
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user