Esempio 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
}
Esempio 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
}