Lines Matching full:release
45 manually. ProGuard runs only when you build your application in release mode, so you do not
77 <p>When you build your application in release mode, either by running <code>ant release</code> or
91 This file is important when you receive a bug report from a release build, because it
111 <p class="caution"><strong>Caution:</strong> Every time you run a build in release mode, these files are
112 overwritten with the latest files generated by ProGuard. Save a copy of them each time you release your
113 application in order to de-obfuscate bug reports from your release builds.
173 <p>Save the <code>mapping.txt</code> file for every release that you publish to your users.
174 By retaining a copy of the <code>mapping.txt</code> file for each release build,
176 A project's <code>mapping.txt</code> file is overwritten every time you do a release build, so you must be
180 the application for a new version. You then do a release build using ProGuard soon after. The
185 ensure that you save a copy for every release that you anticipate you have to debug.</p>