Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Leaking/WeGit
/ i
Method
i
app/src/main/java/com/quinn/githubknife/utils/L.java:18–22 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
16
17
// subsequent calls to the log methods.
18
public
static
void
i(String msg) {
19
if
(isDebug) {
20
Log.i(TAG, msg);
21
}
22
}
23
24
public
static
void
d(String msg) {
25
if
(isDebug) {
Callers
15
showMsg
Method · 0.95
run
Method · 0.95
run
Method · 0.95
onCreateView
Method · 0.95
onScrolled
Method · 0.95
showProgress
Method · 0.95
setItems
Method · 0.95
failToLoadMore
Method · 0.95
failToLoadFirst
Method · 0.95
failTxt
Method · 0.95
getInstance
Method · 0.95
onCreate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected