Lines Matching refs:mapping
98 <dt><code>mapping.txt</code></dt>
99 <dd>Lists the mapping between the original and obfuscated class, method, and field names.
165 <code><project_root>/bin/proguard/mapping.txt</code> file, which shows you the original
172 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [<stacktrace_file>]</pre>
175 <pre>retrace.bat -verbose mapping.txt obfuscated_trace.txt</pre>
182 <p>Save the <code>mapping.txt</code> file for every release that you publish to your users.
183 By retaining a copy of the <code>mapping.txt</code> file for each release build,
185 …A project's <code>mapping.txt</code> file is overwritten every time you do a release build, so you…
190 build overwrites the previous <code>mapping.txt</code> file. A user submits a bug report
192 …of debugging the user's stack trace, because the <code>mapping.txt</code> file associated with the…
193 …on the user's device is gone. There are other situations where your <code>mapping.txt</code> file …
196 …<p>How you save the <code>mapping.txt</code> file is your decision. For example, you can rename th…