MCPcopy Create free account
hub / github.com/SOCI/soci / writeToDebugConsole

Function writeToDebugConsole

tests/catch.hpp:10371–10373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10369
10370 namespace Catch {
10371 void writeToDebugConsole( std::string const& text ) {
10372 __android_log_write( ANDROID_LOG_DEBUG, "Catch", text.c_str() );
10373 }
10374 }
10375
10376#elif defined(CATCH_PLATFORM_WINDOWS)

Callers 1

operator()Method · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected