Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
char const *TAG =
"HARDCODER"
; // default log tag
36
static void setTag(char const *tag) {
37
TAG = tag;
38
}
39
40
static bool DEBUG = true; // global debug flag for native code default(false)
41
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected