Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Called whenever a process has successfully finished dumping its GC/CC logs. Incomplete dumps (e.g., if the child crashes or is killed due to memory exhaustion) are not reported.
The file that the GC log was written to.
The file that the CC log was written to.
indicates whether this log file pair is from the parent process.
Generated using TypeDoc
Callback interface for |dumpGCAndCCLogsToFile|, below. Note that these method calls can occur before |dumpGCAndCCLogsToFile| returns.