Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ writeToDebugConsole
Function
writeToDebugConsole
CvPlot/ext/catch2/inc/catch.hpp:10248–10250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10246
10247
namespace Catch {
10248
void writeToDebugConsole( std::string const& text ) {
10249
__android_log_write( ANDROID_LOG_DEBUG,
"Catch"
, text.c_str() );
10250
}
10251
}
10252
10253
#elif defined(CATCH_PLATFORM_WINDOWS)
Callers
1
operator()
Method · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected