MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / setTag

Function setTag

libapp2sys/src/main/cpp/util.h:36–38  ·  view source on GitHub ↗

default log tag

Source from the content-addressed store, hash-verified

34
35char const *TAG = "HARDCODER"; // default log tag
36static void setTag(char const *tag) {
37 TAG = tag;
38}
39
40static bool DEBUG = true; // global debug flag for native code default(false)
41

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected