MCPcopy Create free account
hub / github.com/Tencent/MMKV / mmkvLog

Method mmkvLog

Android/MMKV/mmkv/src/main/cpp/flutter-bridge.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 ContenctChangeCallback_t contentLoadedCallback = nullptr;
53
54 void mmkvLog(MMKVLogLevel level, const char *file, int line, const char *function, const std::string &message) override {
55 if (logCallback) {
56 logCallback(level, file, line, function, message.c_str());
57 }
58 }
59
60 MMKVRecoverStrategic onMMKVCRCCheckFail(const std::string &mmapID) override {
61 if (errorCallback) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected