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

Method Slog

Bcore/src/main/java/top/niunaijun/blackbox/utils/Slog.java:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 /** @hide */ public static final int LOG_ID_SYSTEM = 3;
26
27 private Slog() {
28 }
29
30 public static int v(String tag, String msg) {
31 return Log.println(Log.VERBOSE, tag, msg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected