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

Method printLine

apputils/src/main/java/com/allen/apputils/MLog.java:247–253  ·  view source on GitHub ↗
(String tag, boolean isTop)

Source from the content-addressed store, hash-verified

245 }
246
247 private static void printLine(String tag, boolean isTop) {
248 if (isTop) {
249 Log.d(tag, "╔═══════════════════════════════════════════════════════════════════════════════════════");
250 } else {
251 Log.d(tag, "╚═══════════════════════════════════════════════════════════════════════════════════════");
252 }
253 }
254
255 public static void errorLog(Exception e) {
256 if (e == null) {

Callers 1

printLogMethod · 0.95

Calls 1

dMethod · 0.80

Tested by

no test coverage detected