Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ debug
Method
debug
shared/java/impl/Log.java:37–39 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
35
}
36
37
public
static
void
debug(String s) {
38
_log(2,
"[DEBUG]"
, s);
39
}
40
41
public
static
void
info(String s) {
42
_log(3,
"[INFO ]"
, s);
Callers
5
load
Method · 0.95
_loadFromLibraryPath
Method · 0.95
_loadFromDir
Method · 0.95
_loadFromFile
Method · 0.95
_extract
Method · 0.95
Calls
1
_log
Method · 0.95
Tested by
no test coverage detected