Method
printLine
(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) { |
Tested by
no test coverage detected