aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/dalvik/index.html
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2017-11-21 18:26:25 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-21 18:26:25 +0000
commitf7589848f0a87d4de2f076ecb1ba05600838602a (patch)
tree39231430651ca3210a79e1a8dbb2b14c41ed4a68 /en/devices/tech/dalvik/index.html
parentbf32eb5d4814ca1ba17503c6da6a797c21bd1295 (diff)
parentf3e7e140eb98c82b182eb71d7190a6774b2a35f1 (diff)
downloadsource.android.com-f7589848f0a87d4de2f076ecb1ba05600838602a.tar.gz
Merge "Docs: Changes to source.android.com"
am: f3e7e140eb Change-Id: I4dfb1bb26bb34dca69f063d6eb22904bdce25f57
Diffstat (limited to 'en/devices/tech/dalvik/index.html')
-rw-r--r--en/devices/tech/dalvik/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/en/devices/tech/dalvik/index.html b/en/devices/tech/dalvik/index.html
index 2c84a8e5..5604d6a6 100644
--- a/en/devices/tech/dalvik/index.html
+++ b/en/devices/tech/dalvik/index.html
@@ -46,11 +46,11 @@ performance. ART also has tighter install-time verification than Dalvik.</p>
<p>At install time, ART compiles apps using the on-device
<strong>dex2oat</strong> tool. This utility accepts <a
-href="http://source.android.com/devices/tech/dalvik/dex-format.html">DEX</a> files as input and
-generates a compiled app executable for the target device. The utility should be
-able to compile all valid DEX files without difficulty. However, some
-post-processing tools produce invalid files that may be tolerated by Dalvik but
-cannot be compiled by ART. For more information, see <a
+href="/devices/tech/dalvik/dex-format.html">DEX</a> files as input and generates
+a compiled app executable for the target device. The utility should be able to
+compile all valid DEX files without difficulty. However, some post-processing
+tools produce invalid files that may be tolerated by Dalvik but cannot be
+compiled by ART. For more information, see <a
href="http://developer.android.com/guide/practices/verifying-apps-art.html#GC_Migration">Addressing
Garbage Collection Issues</a>.</p>
@@ -144,7 +144,7 @@ by including both Java and native stack information. </p>
<h2 id="Reporting_Problems">Reporting Problems</h2>
<p>If you run into any issues that aren’t due to app JNI issues, please report
-them through the <a href="/source/report-bugs#platform">Android Open Source
+them through the <a href="/setup/report-bugs#platform">Android Open Source
Project Issue Tracker</a>. Include an <code>adb bugreport</code> and link to
the app in Google Play store if available. Otherwise, if possible, attach an
APK that reproduces the issue.</p>