MCPcopy Create free account
hub / github.com/apache/trafficserver / writeToDebugConsole

Function writeToDebugConsole

lib/catch2/catch.hpp:10373–10375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

operator()Method · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected