MCPcopy Index your code
hub / github.com/AllenCoder/SuperUtils / i

Method i

apputils/src/main/java/com/allen/apputils/MLog.java:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 public static void i() {
80 printLog(I, null, DEFAULT_MESSAGE);
81 }
82
83 public static void i(Object msg) {
84 printLog(I, null, msg);

Callers 5

ToolResourceClass · 0.80
getResIdMethod · 0.80
printMethodNameMethod · 0.80
printLogMethod · 0.80
exportDb2SdcardMethod · 0.80

Calls 1

printLogMethod · 0.95

Tested by

no test coverage detected