summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/WeightWatcher.java
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-2/+4
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Further MemoryTracker robustness:Daniel Sandler2013-07-071-1/+5
| | | | | | | | | | - grab a copy of the tracked processes list in the dumper - scan running processes when memorytracker starts to catch pids that may have survived a crash of the tracker's process - use RunningServiceInfo to figure out roughly how long a service scanned in this way has been alive Change-Id: I861642f07183e3945f7a7a41e1e5144567e17e13
* MemoryTracker/WeightWatcher improvements.Daniel Sandler2013-06-271-2/+2
| | | | | | | - remove dead pids - compact display Change-Id: I23f0de31f6ac6e9a556ac3c78b81eed94f59ca93
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-29/+29
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Handle pids coming and going in the memory tracker.Daniel Sandler2013-06-251-2/+26
| | | | Change-Id: If705e62c876243299adc7ed451a419c552b556b2
* Memory tracking is now handled by a service.Daniel Sandler2013-06-211-73/+116
| | | | | | | | | | Multiple processes may be tracked and viewed simultaneously. Also, some changes to the graph: * show uss and pss together * adjust opacity controls Change-Id: I20eebaa8cc8faf78b46af2a35d71ee538207f02b
* Memory debugging overlay for L3.Daniel Sandler2013-06-121-0/+198
Change-Id: Id26e9dcf23017abaffed4015166d57e21e751e6c