MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / v

Method v

Bcore/src/main/java/top/niunaijun/blackbox/utils/Slog.java:30–32  ·  view source on GitHub ↗
(String tag, String msg)

Source from the content-addressed store, hash-verified

28 }
29
30 public static int v(String tag, String msg) {
31 return Log.println(Log.VERBOSE, tag, msg);
32 }
33
34 public static int v(String tag, String msg, Throwable tr) {
35 return Log.println(Log.VERBOSE, tag,

Callers 8

addFilterMethod · 0.95
removeFilterInternalMethod · 0.95
queryIntentMethod · 0.95
register_mime_typesMethod · 0.95
unregister_mime_typesMethod · 0.95
buildResolveListMethod · 0.95

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected