MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / writeToDebugConsole

Function writeToDebugConsole

test/expected/catch.hpp:10266–10268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10264
10265 namespace Catch {
10266 void writeToDebugConsole( std::string const& text ) {
10267 __android_log_write( ANDROID_LOG_DEBUG, "Catch", text.c_str() );
10268 }
10269 }
10270
10271#elif defined(CATCH_PLATFORM_WINDOWS)

Callers 1

operator()Method · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected