Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void 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
70
void dbg_obtained_fn( const std::string& s )
71
{
Callers
12
Initialize
Method · 0.85
Destroy
Method · 0.85
cacheJni
Method · 0.85
destroyJni
Method · 0.85
destroyInstance
Method · 0.85
enumerateDevices
Method · 0.85
cacheJni
Method · 0.85
destroyJni
Method · 0.85
registerComponents
Method · 0.85
unregisterComponents
Method · 0.85
~AppAndroid
Method · 0.85
destroyStaticInstances
Method · 0.85
Calls
2
c_str
Method · 0.45
str
Method · 0.45
Tested by
no test coverage detected