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

Method d

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

Source from the content-addressed store, hash-verified

38
39
40 public static int d(String tag, String msg) {
41 return Log.println(Log.DEBUG, tag, msg);
42 }
43
44
45 public static int d(String tag, String msg, Throwable tr) {

Callers 15

startProcessLockedMethod · 0.95
onPackageUninstalledMethod · 0.95
onPackageInstalledMethod · 0.95
updatePackageLPMethod · 0.95
installPackageAsUserMethod · 0.95
updatePackageMethod · 0.95
installErrorMethod · 0.95
onDestroyMethod · 0.80
initAppProcessLMethod · 0.80
binderDiedMethod · 0.80
stopServiceMethod · 0.80

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected