Exemplo n.º 1
0
void wyDirector::printUnreleasedMemory(bool fullLog) {
#ifdef WY_CFLAG_MEMORY_TRACKING
	wyMemoryDumpRecord(fullLog);
#else
	LOGW("This method is only available when WY_CFLAG_MEMORY_TRACKING flag is on (in wyBuildConfig.h)");
#endif
}
Exemplo n.º 2
0
void wyDirector::printUnreleasedMemory(bool fullLog) {
#ifdef WY_CFLAG_MEMORY_TRACKING
	wyMemoryDumpRecord(fullLog);
#else
	LOGW("This method is only available for WiEngine memory debug version");
#endif
}