MCPcopy Create free account
hub / github.com/DexPatcher/multidexlib2 / log

Method log

src/main/java/lanchon/multidexlib2/DexIO.java:42–42  ·  view source on GitHub ↗
(File file, String entryName, int typeCount)

Source from the content-addressed store, hash-verified

40
41 public interface Logger {
42 void log(File file, String entryName, int typeCount);
43 }
44
45 private DexIO() {}

Callers 4

readMultiDexContainerMethod · 0.80
readRawDexFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected