diff options
author | Scott Main <smain@google.com> | 2011-02-08 15:04:42 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-02-08 15:04:42 -0800 |
commit | 300cd26a4f2692618acc587f93a86c5cbc65f8d1 (patch) | |
tree | 1a8ce4b7ccbcf54f66956ebd9c38d4781327acfb /docs/html/guide/developing/debugging/debugging-devtools.jd | |
parent | b70afd342b658d23518e0fa69aff9e45ec01e222 (diff) |
docs: shorten and revise some titles in the Developing docs
and resolve respective links
Change-Id: Ic78e859eaad99fc391857676a6aff63a655e72ca
Diffstat (limited to 'docs/html/guide/developing/debugging/debugging-devtools.jd')
-rw-r--r-- | docs/html/guide/developing/debugging/debugging-devtools.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/developing/debugging/debugging-devtools.jd b/docs/html/guide/developing/debugging/debugging-devtools.jd index 88e6005c00c9..67605aee530e 100644 --- a/docs/html/guide/developing/debugging/debugging-devtools.jd +++ b/docs/html/guide/developing/debugging/debugging-devtools.jd @@ -59,8 +59,9 @@ adb -d install Development.apk android.app.Activity#onSaveInstanceState} / {@link android.app.Activity#onCreate(android.os.Bundle)} code path, which would otherwise be difficult to force. Choosing this option will probably reveal a number of problems in your application - due to not saving state. For more information about saving an application's state, see - <a href="{@docRoot}guide/topics/resources/runtime-changes.html">Handling Runtime Changes</a>.</dd> + due to not saving state. For more information about saving an activity's state, see the + <a href="{@docRoot}guide/topics/fundamentals/activities.html#SavingActivityState">Activities</a> +document.</dd> <dt><strong>Show CPU usage</strong></dt> |