(String tag, String message)
| 66 | return -2; |
| 67 | } |
| 68 | public static int debug(String tag, String message) { |
| 69 | return d(tag, message); |
| 70 | } |
| 71 | |
| 72 | public static int i(String tag, String message) { |
| 73 | if (DEBUG_LEVEL.level() >= DebugLevel.INFO.level()) |
no test coverage detected