MCPcopy Index your code
hub / github.com/InstantWebP2P/node-android / debug

Method debug

app/src/main/java/com/iwebpp/SimpleDebug.java:68–70  ·  view source on GitHub ↗
(String tag, String message)

Source from the content-addressed store, hash-verified

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())

Callers 15

stringifyMethod · 0.80
parseMethod · 0.80
stringifyMethod · 0.80
parseMethod · 0.80
stringifyMethod · 0.80
parseMethod · 0.80
stringifyMethod · 0.80
parseMethod · 0.80
stringifyMethod · 0.80
parseMethod · 0.80
stringifyMethod · 0.80
parseMethod · 0.80

Calls 1

dMethod · 0.95

Tested by

no test coverage detected