diff options
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 88e6005..67605ae 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> |