diff options
| author | Romain Guy <romainguy@google.com> | 2013-05-23 19:50:58 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-05-23 19:50:58 +0000 |
| commit | 608094041177193dcce7a91e8dc96a2556d29bfd (patch) | |
| tree | e3c6f0564980c2b38c3e41fab7105bfdca06b3f9 /core/java/android/view/ViewRootImpl.java | |
| parent | ac5b347d03c52e286f11994699d4e6d462789988 (diff) | |
| parent | e9bc11f7121dbe373b0cbe5779ee6a12d824492c (diff) | |
Merge "Add PerfHUD ES profiling capabilities"
Diffstat (limited to 'core/java/android/view/ViewRootImpl.java')
| -rw-r--r-- | core/java/android/view/ViewRootImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewRootImpl.java b/core/java/android/view/ViewRootImpl.java index 0c506d87501d..bcc58a27e2ff 100644 --- a/core/java/android/view/ViewRootImpl.java +++ b/core/java/android/view/ViewRootImpl.java @@ -111,7 +111,7 @@ public final class ViewRootImpl implements ViewParent, * Set this system property to true to force the view hierarchy to render * at 60 Hz. This can be used to measure the potential framerate. */ - private static final String PROPERTY_PROFILE_RENDERING = "viewancestor.profile_rendering"; + private static final String PROPERTY_PROFILE_RENDERING = "viewroot.profile_rendering"; private static final String PROPERTY_MEDIA_DISABLED = "config.disable_media"; /** |
