* commit 'd057fa6d40198e07844f702608b7959bad3bd48b': docs: Fixed links to Proguard manual. Bug: 12713887
This commit is contained in:
@@ -25,11 +25,14 @@ parent.link=index.html
|
|||||||
<h2>See also</h2>
|
<h2>See also</h2>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="http://proguard.sourceforge.net/manual/introduction.html">ProGuard
|
<li>
|
||||||
Manual »</a></li>
|
<a href="http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/introduction.html">ProGuard
|
||||||
|
Manual »</a>
|
||||||
<li><a href="http://proguard.sourceforge.net/manual/retrace/introduction.html">ProGuard
|
</li>
|
||||||
ReTrace Manual »</a></li>
|
<li>
|
||||||
|
<a href="http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/retrace/introduction.html">ProGuard
|
||||||
|
ReTrace Manual »</a>
|
||||||
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -146,14 +149,14 @@ proguard.config=/path/to/proguard.cfg
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>There are many options and considerations when using the <code>-keep</code> option, so it is
|
<p>There are many options and considerations when using the <code>-keep</code> option, so it is
|
||||||
highly recommended that you read the <a href="http://proguard.sourceforge.net/manual/introduction.html">ProGuard
|
highly recommended that you read the
|
||||||
Manual</a> for more information about customizing your configuration file. The <a href=
|
<a href="http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/introduction.html">ProGuard
|
||||||
"http://proguard.sourceforge.net/manual/usage.html#keepoverview">Overview of Keep options</a> and
|
Manual</a> for more information about customizing your configuration file. The
|
||||||
<a href="http://proguard.sourceforge.net/index.html#/manual/examples.html">Examples section</a>
|
<em>Overview of Keep options</em> and <em>Examples</em> sections are particularly helpful.
|
||||||
are particularly helpful. The <a href=
|
The <a href=
|
||||||
"http://proguard.sourceforge.net/manual/troubleshooting.html">Troubleshooting</a> section of the
|
"http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/troubleshooting.html">Troubleshooting
|
||||||
ProGuard Manual outlines other common problems you might encounter when your code gets stripped
|
</a> section of the ProGuard Manual outlines other common problems you might encounter
|
||||||
away.</p>
|
when your code gets stripped away.</p>
|
||||||
|
|
||||||
<h2 id="decoding">Decoding Obfuscated Stack Traces</h2>
|
<h2 id="decoding">Decoding Obfuscated Stack Traces</h2>
|
||||||
|
|
||||||
@@ -192,4 +195,4 @@ proguard.config=/path/to/proguard.cfg
|
|||||||
|
|
||||||
<p>How you save the <code>mapping.txt</code> file is your decision. For example, you can rename them to
|
<p>How you save the <code>mapping.txt</code> file is your decision. For example, you can rename them to
|
||||||
include a version or build number, or you can version control them along with your source
|
include a version or build number, or you can version control them along with your source
|
||||||
code.</p>
|
code.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user