Searched defs:outputDebugInfo (Results 1 - 1 of 1) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dbaksmali.java49 public static boolean outputDebugInfo = true; field in class:baksmali
63 boolean useSequentialLabels, boolean outputDebugInfo, boolean addCodeOffsets,
70 baksmali.outputDebugInfo = outputDebugInfo;
60 disassembleDexFile(String dexFilePath, DexFile dexFile, boolean deodex, String outputDirectory, String[] classPathDirs, String bootClassPath, String extraBootClassPath, boolean noParameterRegisters, boolean useLocalsDirective, boolean useSequentialLabels, boolean outputDebugInfo, boolean addCodeOffsets, boolean noAccessorComments, int registerInfo, boolean verify, boolean ignoreErrors, String inlineTable, boolean checkPackagePrivateAccess) argument

Completed in 116 milliseconds