Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antvis/F2Native
/ get
Method
get
android/f2native/src/main/java/com/antgroup/antv/f2/F2Log.java:17–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
public
static
F2LogService get() {
18
if
(mF2LogService == null) {
19
mF2LogService =
new
F2LogDefault();
20
}
21
return
mF2LogService;
22
}
23
}
Callers
15
innerLog
Method · 0.95
TouchEvent
Method · 0.95
init
Method · 0.95
playAnimation
Method · 0.95
run
Method · 0.95
swap
Method · 0.95
finalize
Method · 0.95
F2AndroidCanvasContext
Method · 0.95
innerLog
Method · 0.95
setStrokeStyle
Method · 0.95
setFillStyle
Method · 0.95
getFormatTime
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected