Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ writeToDebugConsole
Function
writeToDebugConsole
src/catch2/internal/catch_debug_console.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
namespace Catch {
23
void writeToDebugConsole( std::string const& text ) {
24
__android_log_write( ANDROID_LOG_DEBUG,
"Catch"
, text.c_str() );
25
}
26
}
27
28
#elif defined(CATCH_PLATFORM_WINDOWS)
Callers
1
operator()
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected