Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommE2E/comm
/ log
Method
log
native/android/app/src/cpp/Logger.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
namespace comm {
6
7
void Logger::log(const std::string str) {
8
__android_log_print(ANDROID_LOG_VERBOSE,
"COMM"
,
"%s"
, str.c_str());
9
};
10
11
} // namespace comm
Callers
15
root.react.js
File · 0.45
fetchFileInfo
Function · 0.45
VersionSupportedChecker
Function · 0.45
printException
Function · 0.45
neynar-utils.js
File · 0.45
componentDidUpdate
Method · 0.45
LinkedDevicesBottomSheet
Function · 0.45
TunnelbrokerMenu
Function · 0.45
componentDidUpdate
Method · 0.45
message.react.js
File · 0.45
clearSensitiveData
Function · 0.45
SQLiteDataHandler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected