MCPcopy 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

5namespace comm {
6
7void 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.jsFile · 0.45
fetchFileInfoFunction · 0.45
VersionSupportedCheckerFunction · 0.45
printExceptionFunction · 0.45
neynar-utils.jsFile · 0.45
componentDidUpdateMethod · 0.45
LinkedDevicesBottomSheetFunction · 0.45
TunnelbrokerMenuFunction · 0.45
componentDidUpdateMethod · 0.45
message.react.jsFile · 0.45
clearSensitiveDataFunction · 0.45
SQLiteDataHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected