MCPcopy Create free account
hub / github.com/cinder/Cinder / dbg_app_log

Function dbg_app_log

src/cinder/android/AndroidDevLog.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace cinder { namespace android {
34
35void dbg_app_log( const std::string& s )
36{
37 std::stringstream ss;
38 ss << s;
39 DBG_APP_LOGI( ss.str().c_str() );
40}
41
42void dbg_app_warn( const std::string& s )
43{

Callers 12

JvmHelper_ThreadExitFunction · 0.85
JvmHelper_AttachFunction · 0.85
destroyInstanceMethod · 0.85
VideoPlayerMethod · 0.85
createMethod · 0.85
launchMethod · 0.85
PlatformAndroidMethod · 0.85
~PlatformAndroidMethod · 0.85
dbg_log_sensorFunction · 0.85
executeMethod · 0.85
deferredMainMethod · 0.85
mainMethod · 0.85

Calls 2

c_strMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected