diff options
author | Scott Main <smain@google.com> | 2011-01-29 10:40:01 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-01-29 10:40:01 -0800 |
commit | f067fbfe0ccee5c6d09495df40d95fc627529363 (patch) | |
tree | 3d44ee60145d3c9254460a08c8c5fbb9cd301aa7 /docs/html/sdk | |
parent | 0440cc1fb76a7728991c0a69ede4ab10ab5f4de7 (diff) | |
parent | 7a9741caca3ec0f6f3fd95426f2bd03b45b57758 (diff) | |
download | frameworks_base-f067fbfe0ccee5c6d09495df40d95fc627529363.zip frameworks_base-f067fbfe0ccee5c6d09495df40d95fc627529363.tar.gz frameworks_base-f067fbfe0ccee5c6d09495df40d95fc627529363.tar.bz2 |
am 7a9741ca: Merge "cherry pick Change-Id: I82981801475dc1be766d59e0e384c856bdf59d6d revise info about emulator snapshots to indicate it\'s not final" into gingerbread
* commit '7a9741caca3ec0f6f3fd95426f2bd03b45b57758':
cherry pick Change-Id: I82981801475dc1be766d59e0e384c856bdf59d6d revise info about emulator snapshots to indicate it's not final
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/tools-notes.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index 212d3c0..97ca8ab 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -103,8 +103,10 @@ Tools will delete the file.</p> <li>The LogCat view in DDMS now properly displays UTF-8 characters.</li> <li>The SDK Manager is more reliable on Windows. For details on the improvements, see the <a href="http://tools.android.com/recent/sdkmanagerfixes">Android Tools Project Site</a>. </li> - <li>If you enabled snapshots for an AVD, they are automatically captured. The emulator also now restores to the state when - it last closed almost instantly.</li> + <li>Early look at the new snapshot feature: To improve startup time for the emulator, you can +enable snapshots for the system state. The emulator will then restore to the state when it last +closed almost instantly. <strong>Note:</strong> The snapshot feature is still under active +development and might not always perform as expected.</li> <li>Fixed the missing JAR file error that prevented <code>draw9patch</code> from running.</li> <li>Fixed the Windows launch scripts <code>hierarchyviewer</code> and <code>ddms</code> to support the new location of <code>adb</code>.</li> |