diff options
Diffstat (limited to 'docs/html/guide/practices/verifying-apps-art.jd')
-rw-r--r-- | docs/html/guide/practices/verifying-apps-art.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/practices/verifying-apps-art.jd b/docs/html/guide/practices/verifying-apps-art.jd index 8a88222ee2a0..217c65c9fcd2 100644 --- a/docs/html/guide/practices/verifying-apps-art.jd +++ b/docs/html/guide/practices/verifying-apps-art.jd @@ -63,7 +63,7 @@ ART. This document discusses some of these issues.</p> java.lang.System#gc() System.gc()} to prompt garbage collection (GC). This should be far less necessary with ART, particularly if you're invoking garbage collection to prevent <a -href="{@docRoot}/tools/debugging/debugging-memory.html#LogMessages"><code>GC_FOR_ALLOC</code></a>-type +href="{@docRoot}tools/debugging/debugging-memory.html#LogMessages"><code>GC_FOR_ALLOC</code></a>-type occurrences or to reduce fragmentation. You can verify which runtime is in use by calling {@link java.lang.System#getProperty(java.lang.String) System.getProperty("java.vm.version")}. If ART is in use, the property's value |