public class BaksmaliBaseDexExceptionHandler extends BaseDexExceptionHandler
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
REPORT_MESSAGE |
| 构造器和说明 |
|---|
BaksmaliBaseDexExceptionHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dump(java.nio.file.Path exFile,
java.lang.String[] originalArgs) |
void |
dumpZip(java.nio.file.Path exFile,
java.lang.String[] originalArgs) |
static java.lang.String |
getVersionString() |
void |
handleFileException(java.lang.Exception e) |
void |
handleMethodTranslateException(Method method,
DexMethodNode methodNode,
org.objectweb.asm.MethodVisitor mv,
java.lang.Exception e) |
boolean |
hasException() |
public static final java.lang.String REPORT_MESSAGE
public boolean hasException()
public void handleFileException(java.lang.Exception e)
handleFileException 在接口中 DexExceptionHandlerhandleFileException 在类中 BaseDexExceptionHandlerpublic void handleMethodTranslateException(Method method, DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, java.lang.Exception e)
public static java.lang.String getVersionString()
public void dump(java.nio.file.Path exFile,
java.lang.String[] originalArgs)
public void dumpZip(java.nio.file.Path exFile,
java.lang.String[] originalArgs)
throws java.io.IOException
java.io.IOException