Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caikaidev/AppUpdate
/ d
Method
d
lib/src/main/java/com/kcode/lib/log/L.java:12–16 ·
view source on GitHub ↗
(String tag,String msg)
Source
from the content-addressed store, hash-verified
10
11
public
class
L {
12
public
static
void
d(String tag,String msg) {
13
if
(BuildConfig.DEBUG) {
14
Log.d(tag, msg);
15
}
16
}
17
18
public
static
void
e(String tag,String msg) {
19
if
(BuildConfig.DEBUG) {
Callers
3
run
Method · 0.95
update
Method · 0.95
callBack
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected