Package com.android.dx.dex.cf
Class CfOptions
java.lang.Object
com.android.dx.dex.cf.CfOptions
A class to contain options passed into dex.cf
-
Field Summary
Modifier and TypeFieldDescriptionfilename containing list of methods not to optimizeboolean
whether to keep local variable informationboolean
whether to do SSA/register optimizationfilename containing list of methods to optimizeint
how much source position info to preserveboolean
whether to print statistics to stdout at end of compile cycleboolean
whether strict file-name-vs-class-name checking should be donewhere to issue warnings to -
Constructor Summary
-
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()
-