Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ writeToDebugConsole
Function
writeToDebugConsole
extras/catch_amalgamated.cpp:3899–3901 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3897
3898
namespace Catch {
3899
void writeToDebugConsole( std::string const& text ) {
3900
__android_log_write( ANDROID_LOG_DEBUG,
"Catch"
, text.c_str() );
3901
}
3902
}
3903
3904
#elif defined(CATCH_PLATFORM_WINDOWS)
Callers
1
operator()
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected