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

Method i

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

Source from the content-addressed store, hash-verified

49
50
51 public static int i(String tag, String msg) {
52 return Log.println(Log.INFO, tag, msg);
53 }
54
55 public static int i(String tag, String msg, Throwable tr) {
56 return Log.println(Log.INFO, tag,

Callers 3

onCreateMethod · 0.80
onStartCommandMethod · 0.80
onDestroyMethod · 0.80

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected