MCPcopy Create free account
hub / github.com/WrBug/dumpDex / log

Method log

app/src/main/java/com/wrbug/dumpdex/XposedInit.java:24–27  ·  view source on GitHub ↗
(String txt)

Source from the content-addressed store, hash-verified

22
23
24 public static void log(String txt) {
25
26 XposedBridge.log("dumpdex-> " + txt);
27 }
28
29 public static void log(Throwable t) {
30 if (!BuildConfig.DEBUG) {

Callers 1

handleLoadPackageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected