a24b836e8534a617fb8184ba94140286618f4f65 |
|
11-May-2016 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #28400000: Settings memory UI still showing z-ram... ...but probably shouldn't. Change-Id: I3becb68a9989d915d11439b7beec1fe262261f78
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|
b370a8d580cdc435081155e6ff5e50d6bb9105e7 |
|
23-Mar-2016 |
Joe Onorato <joeo@google.com> |
Adapt to procstats classes which moved. Change-Id: I29a04ef3a3230f688ddf13e607a755b7d7f61991
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|
dc252eb7b1169dbdde6b6bf8821eb6f8babd4d26 |
|
30-Jan-2016 |
Jason Monk <jmonk@google.com> |
Metrics more of the things Add a dump for some of the state of the device. Bug: 26687707 Change-Id: Icf517912b3006cc84c26863eb1b93d586a55464a
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|
b6c7b050565b259eb098cb2a701254b6676aae1c |
|
30-Oct-2015 |
Dianne Hackborn <hackbod@google.com> |
Further tweak to issue #issue #25371736: Don't include z-ram allocations in Android OS Make sure the duration shown for z-ram is sane (the maximum of the other process durations of that app). Change-Id: I62c46b89f927b2c7c16f5c31f6910419b2bdd130
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|
30bbd902dd98197fd39b4e43bf8cb5027c49984b |
|
29-Oct-2015 |
Dianne Hackborn <hackbod@google.com> |
Fix issue #25371736: Don't include z-ram allocations in Android OS Just distribute them across all of the running apps, by creating an additional fake "z-ram" process for each of them. Change-Id: I9b4efe9c7b907779a0ec76cb8652709619e2e686
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|
beb171d2e50f93b5fb78d73b372a4981e13e04ff |
|
21-May-2015 |
Jason Monk <jmonk@android.com> |
Unbanish memory screen and new UX Give memory screen a makeover so that it looks nice enough to be restored to its rightful home. Bug: 20694769 Change-Id: I2f6933037b3fbbfb0d9fe5e3ca821ef59e171faa
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|
1de522323fc2b20b86f59819d819708cafdbd2ab |
|
07-May-2015 |
Jason Monk <jmonk@google.com> |
Updates/fixes to memory settings - Update memory states to be Good performance, Ok performance, etc. - Update header info to be based on history rather than instantaneous - Color memory bar differently based on state - Fix run frequency bucketing to be correct - Show dialog for selecting duration, and fix duration selection - Update process naming to: - If process name is "anything:xxxx" then show "Xxxx" - If process name is "com.app.package.interface" then show "Interface" - If process name is the package name then show the app name - Otherwise fallback to the process name string Bug: 20694769 Change-Id: Ic1fab28bfd2422bde84dd10bd305a4cc34be98cf
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|
2583fc1e069d0a54df46258d360499492d7e86d2 |
|
25-Mar-2015 |
Jason Monk <jmonk@google.com> |
Move process stats screen into memory screen. - Move process stats from developer options to top level settings item. - Some minor UI changes to the top of the page - Major UI updates to detail page, now shows info with processes as pref categories and services as prefs, with a way to kill them (taken from Running Services page). - Some major refactorings in code, in attempt to make it more usable - Added color bar on per app basis to visualize the avg/max relationship - Updated the way avg is calculated across multiple entries in ProcStatsPackageEntry to be more accurate - Change the way max memory is calculated in ProcStatsPackageEntry to be less accurate but more useful Bug: 19443802 Change-Id: Ia6aaabe42c415c50997a09bfb814a6f6e5731772
/packages/apps/Settings/src/com/android/settings/applications/ProcStatsData.java
|