Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ logd
Method
logd
app/src/main/java/cc/ioctl/tmoe/util/Utils.java:45–49 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
static
void
logd(String str) {
46
if
(BuildConfig.DEBUG) {
47
Log.d(
"TMoe"
, str);
48
}
49
}
50
51
public
static
void
logi(String str) {
52
try {
Callers
1
initForClassLocator
Method · 0.95
Calls
1
d
Method · 0.95
Tested by
no test coverage detected