MCPcopy 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

showMsgMethod · 0.95
runMethod · 0.95
runMethod · 0.95
onCreateViewMethod · 0.95
onScrolledMethod · 0.95
showProgressMethod · 0.95
setItemsMethod · 0.95
failToLoadMoreMethod · 0.95
failToLoadFirstMethod · 0.95
failTxtMethod · 0.95
getInstanceMethod · 0.95
onCreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected