Searched refs:debug_log_callback (Results 1 – 1 of 1) sorted by relevance
27 static DebugLogCallback debug_log_callback = nullptr; variable30 debug_log_callback = cb; in RegisterDebugLogCallback()35 if (debug_log_callback != nullptr) { in DebugLog()36 debug_log_callback(s); in DebugLog()
Completed in 2 milliseconds