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

Function dbg_app_error

src/cinder/android/AndroidDevLog.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void dbg_app_error( const std::string& s )
50{
51 std::stringstream ss;
52 ss << s;
53 DBG_APP_LOGE( ss.str().c_str() );
54}
55
56void dbg_app_fn_enter( const std::string& s )
57{

Callers 13

CaptureImplJni.cppFile · 0.85
Context.cppFile · 0.85
JvmHelper_AttachFunction · 0.85
JniHelperMethod · 0.85
DeleteGlobalRefMethod · 0.85
cacheJniMethod · 0.85
getInstanceMethod · 0.85
enumerateDevicesMethod · 0.85
cacheJniMethod · 0.85
setWallpaperMethod · 0.85
launchTwitterMethod · 0.85
cacheJniMethod · 0.85

Calls 2

c_strMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected