Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void 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
56
void dbg_app_fn_enter( const std::string& s )
57
{
Callers
13
CaptureImplJni.cpp
File · 0.85
Context.cpp
File · 0.85
JvmHelper_Attach
Function · 0.85
JniHelper
Method · 0.85
DeleteGlobalRef
Method · 0.85
cacheJni
Method · 0.85
getInstance
Method · 0.85
enumerateDevices
Method · 0.85
cacheJni
Method · 0.85
setWallpaper
Method · 0.85
launchTwitter
Method · 0.85
cacheJni
Method · 0.85
Calls
2
c_str
Method · 0.45
str
Method · 0.45
Tested by
no test coverage detected