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

Method log

app/src/main/java/com/wrbug/dumpdex/PackerInfo.java:82–84  ·  view source on GitHub ↗
(String txt)

Source from the content-addressed store, hash-verified

80 }
81
82 public static void log(String txt) {
83 XposedBridge.log("dumpdex.PackerInfo-> " + txt);
84 }
85
86 public static Type find(final XC_LoadPackage.LoadPackageParam lpparam) {
87 for (String s : sPackageName) {

Callers 1

findMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected