Class CfOptions
java.lang.Object
com.android.dx.dex.cf.CfOptions
A class to contain options passed into dex.cf
-
Field Summary
FieldsModifier and TypeFieldDescriptionfilename containing list of methods not to optimizebooleanwhether to keep local variable informationbooleanwhether to do SSA/register optimizationfilename containing list of methods to optimizeinthow much source position info to preservebooleanwhether to print statistics to stdout at end of compile cyclebooleanwhether strict file-name-vs-class-name checking should be donewhere to issue warnings to -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
positionInfo
public int positionInfohow much source position info to preserve -
localInfo
public boolean localInfowhether to keep local variable information -
strictNameCheck
public boolean strictNameCheckwhether strict file-name-vs-class-name checking should be done -
optimize
public boolean optimizewhether to do SSA/register optimization -
optimizeListFile
filename containing list of methods to optimize -
dontOptimizeListFile
filename containing list of methods not to optimize -
statistics
public boolean statisticswhether to print statistics to stdout at end of compile cycle -
warn
where to issue warnings to
-
-
Constructor Details
-
CfOptions
public CfOptions()
-