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

Function dbg_app_fn_enter

src/cinder/android/AndroidDevLog.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void dbg_app_fn_enter( const std::string& s )
57{
58 std::stringstream ss;
59 ss << "[FN]: " << s << " entered";
60 DBG_APP_LOGI( ss.str().c_str() );
61}
62
63void dbg_app_fn_exit( const std::string& s )
64{

Callers 12

InitializeMethod · 0.85
DestroyMethod · 0.85
cacheJniMethod · 0.85
destroyJniMethod · 0.85
destroyInstanceMethod · 0.85
enumerateDevicesMethod · 0.85
cacheJniMethod · 0.85
destroyJniMethod · 0.85
registerComponentsMethod · 0.85
unregisterComponentsMethod · 0.85
~AppAndroidMethod · 0.85

Calls 2

c_strMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected