MCPcopy Create free account
hub / github.com/RenderKit/oidn / writeToDebugConsole

Function writeToDebugConsole

external/catch.hpp:10362–10364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10360
10361 namespace Catch {
10362 void writeToDebugConsole( std::string const& text ) {
10363 __android_log_write( ANDROID_LOG_DEBUG, "Catch", text.c_str() );
10364 }
10365 }
10366
10367#elif defined(CATCH_PLATFORM_WINDOWS)

Callers 1

operator()Method · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected