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

Method e

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

Source from the content-addressed store, hash-verified

101 }
102
103 public static void e() {
104 printLog(E, null, DEFAULT_MESSAGE);
105 }
106
107 public static void e(Object msg) {
108 printLog(E, null, msg);

Callers 4

printLogMethod · 0.95
convertImgWebpMethod · 0.80
readPictureDegreeMethod · 0.80
exportDb2SdcardMethod · 0.80

Calls 1

printLogMethod · 0.95

Tested by

no test coverage detected