Home | History | Annotate | Download | only in retrace

Lines Matching full:trace

15 <li><a href="#with">Restoring a stack trace with line numbers</a>
16 <li><a href="#withverbose">Restoring a stack trace with line numbers (verbose)</a>
17 <li><a href="#without">Restoring a stack trace without line numbers</a>
21 <h3>Restoring a stack trace with line numbers</h3>
34 stack trace in <code>proguard.trace</code>, shown below. Of course, in real
84 We can then use the following command to recover the stack trace:
86 <b>java -jar retrace.jar proguard.map proguard.trace</b>
137 <h3>Restoring a stack trace with line numbers (verbose)</h3>
141 <b>java -jar retrace.jar -verbose proguard.map proguard.trace</b>
193 <h3>Restoring a stack trace without line numbers</h3>
202 A stack trace <code>proguard.trace</code> will then lack line number
250 We can still use the same command to recover the stack trace:
252 <b>java -jar retrace.jar proguard.map proguard.trace</b>