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

Method w

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

Source from the content-addressed store, hash-verified

59
60
61 public static int w(String tag, String msg) {
62 return Log.println(Log.WARN, tag, msg);
63 }
64
65
66 public static int w(String tag, String msg, Throwable tr) {

Callers 1

addProvidersLockedMethod · 0.95

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected