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

Function dbg_app_fn_exit

src/cinder/android/AndroidDevLog.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void dbg_app_fn_exit( const std::string& s )
64{
65 std::stringstream ss;
66 ss << "[FN]: " << s << " exited";
67 DBG_APP_LOGI( ss.str().c_str() );
68}
69
70void dbg_obtained_fn( const std::string& s )
71{

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