public class ReTrace extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
STACK_TRACE_EXPRESSION |
| Constructor and Description |
|---|
ReTrace(String regularExpression,
boolean verbose,
File mappingFile)
Creates a new ReTrace instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main program for ReTrace.
|
void |
retrace(LineNumberReader stackTraceReader,
PrintWriter stackTraceWriter)
De-obfuscates a given stack trace.
|
public static final String STACK_TRACE_EXPRESSION
public ReTrace(String regularExpression, boolean verbose, File mappingFile)
regularExpression - the regular expression for parsing the lines in
the stack trace.verbose - specifies whether the de-obfuscated stack trace
should be verbose.mappingFile - the mapping file that was written out by
ProGuard.public void retrace(LineNumberReader stackTraceReader, PrintWriter stackTraceWriter) throws IOException
stackTraceReader - a reader for the obfuscated stack trace.stackTraceWriter - a writer for the de-obfuscated stack trace.IOExceptionpublic static void main(String[] args)
Copyright © 2016. All rights reserved.