summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewDebug.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-07-27 18:51:50 -0700
committerRomain Guy <romainguy@google.com>2011-07-27 18:51:50 -0700
commit65b345fa22b878e141b8fd8ece9c208df00fa40f (patch)
tree587ba028a74320da19f8eeddbd4a2fb377e68cb4 /core/java/android/view/ViewDebug.java
parent6d7475d666baefaa3ba9f0dcee25238739454241 (diff)
Reclaim more memory, more often.
Yay. Change-Id: I04557ad575c307a55088549f48f0e9ad994b7275
Diffstat (limited to 'core/java/android/view/ViewDebug.java')
-rw-r--r--core/java/android/view/ViewDebug.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewDebug.java b/core/java/android/view/ViewDebug.java
index 4acf48c6b316..96e550e16c55 100644
--- a/core/java/android/view/ViewDebug.java
+++ b/core/java/android/view/ViewDebug.java
@@ -420,7 +420,7 @@ public class ViewDebug {
*
* @hide
*/
- public static long getViewAncestorInstanceCount() {
+ public static long getViewRootImplCount() {
return Debug.countInstancesOfClass(ViewRootImpl.class);
}