Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeRawDexSingleThread
Method · 0.80
writeMultiDexDirectoryCommon
Method · 0.80
readMultiDexContainer
Method · 0.80
readRawDexFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected