From 49759af6b06b884d3a1af9dbb120370893744b94 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Sun, 15 Sep 2013 13:22:28 -0700 Subject: Various proc stats UI improvements. - Option to include system processes. - Option to use uss instead of pss sizes. - Option to select type of stats: background processes, foreground (top) processes, cached processes. - Details now shows max mem usage. Change-Id: Ic994564ce846bc1021bf35576feeb9ef095b0e48 --- res/values/strings.xml | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 4b3e26137..3b264d488 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3239,6 +3239,15 @@ %1$ds + + %1$dd %2$dh %3$dm + + + %1$dh %2$dm + + + %1$dm + Usage statistics @@ -3619,16 +3628,38 @@ Memory use - Stats over %1$s + %1$s apps over + %2$s + + Background + + Foreground + + Cached Device memory is currently %1$s - Average RAM use + Average RAM use + + Maximum RAM use Run time Services + + Show system + + Use Uss + + Stats type + + Background + + Foreground + + Cached -- cgit v1.2.3