diff options
author | Claudio Cherubino <ccherubino@google.com> | 2015-08-21 14:49:09 -0700 |
---|---|---|
committer | Claudio Cherubino <ccherubino@google.com> | 2015-08-21 14:49:09 -0700 |
commit | b6e91dfae03ea4175b62eac6d4988a888b7810d9 (patch) | |
tree | 538ef5dfb357eaafeab38ce98bbde9703a368222 /docs/html/tools/debugging/debugging-memory.jd | |
parent | c14cbac4a3e76d924621b34367cc8b6bcf977908 (diff) |
Trying to help clean up the public issue tracker (and show some love to external developers) by taking care of a bunch of typos that were reported.
List of issues from https://code.google.com/p/android/issues that are fixed by this CL: 183476,183249,183248,183241,183222,183142,183093,183329,182385,182311,182193,182019,73149,181589,179740,179384,178322,178189,178086,178020,177169,176312,175138,172322,172030,171820,170647,167288,163574,161580,161041,159199,151347,144290,136137,132505
Change-Id: I2e96f7444048abd2f666c75bd6ab9640019afb75
Diffstat (limited to 'docs/html/tools/debugging/debugging-memory.jd')
-rw-r--r-- | docs/html/tools/debugging/debugging-memory.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/debugging/debugging-memory.jd b/docs/html/tools/debugging/debugging-memory.jd index fc4f4bedd511..261df932c8d2 100644 --- a/docs/html/tools/debugging/debugging-memory.jd +++ b/docs/html/tools/debugging/debugging-memory.jd @@ -107,7 +107,7 @@ a memory leak.</p> <h3 id="ARTLogMessages">ART Log Messages</h3> -<p>Unlike Dalvik, ART doesn't log messqages for GCs that were not explicitly requested. GCs are only +<p>Unlike Dalvik, ART doesn't log messages for GCs that were not explicitly requested. GCs are only printed when they are they are deemed slow. More precisely, if the GC pause exceeds than 5ms or the GC duration exceeds 100ms. If the app is not in a pause perceptible process state, then none of its GCs are deemed slow. Explicit GCs are always logged.</p> |