Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startProcessLocked
Method · 0.95
onPackageUninstalled
Method · 0.95
onPackageInstalled
Method · 0.95
updatePackageLP
Method · 0.95
installPackageAsUser
Method · 0.95
uninstallPackageAsUser
Method · 0.95
updatePackage
Method · 0.95
installError
Method · 0.95
onDestroy
Method · 0.80
initAppProcessL
Method · 0.80
binderDied
Method · 0.80
stopService
Method · 0.80
Calls
1
println
Method · 0.80
Tested by
no test coverage detected