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

Method d

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

Source from the content-addressed store, hash-verified

60 }
61
62 public static int d(String tag, String message) {
63 if (DEBUG_LEVEL.level() >= DebugLevel.DEBUG.level())
64 return Log.d(tag, message);
65
66 return -2;
67 }
68 public static int debug(String tag, String message) {
69 return d(tag, message);
70 }

Callers 15

debugMethod · 0.95
generateMethod · 0.80
validateMethod · 0.80
testBoxMethod · 0.80
testBoxNonceMethod · 0.80
testSecretBoxMethod · 0.80
testSecretBoxNonceMethod · 0.80
testSignMethod · 0.80
testHashMethod · 0.80
runMethod · 0.80
testBoxMethod · 0.80
testBoxNonceMethod · 0.80

Calls 1

levelMethod · 0.80

Tested by 15

testBoxMethod · 0.64
testBoxNonceMethod · 0.64
testSecretBoxMethod · 0.64
testSecretBoxNonceMethod · 0.64
testSignMethod · 0.64
testHashMethod · 0.64
runMethod · 0.64
testBoxMethod · 0.64
testBoxNonceMethod · 0.64
testSecretBoxMethod · 0.64
testSecretBoxNonceMethod · 0.64
testSignMethod · 0.64