diff options
| author | Jeffrey Huang <jeffreyhuang@google.com> | 2019-12-06 18:53:15 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-12-06 18:53:15 +0000 |
| commit | 77db95096431d438f057b67998ae5c0abdf498cd (patch) | |
| tree | ad923373c800554297a0b2608d4c4ab59d751db7 /core/java/android/view/SurfaceControl.java | |
| parent | 5c493742f7640dd48cd60232eddf306735102948 (diff) | |
| parent | cb78285b81eb731bf75a7cd869657505caec06ae (diff) | |
Merge "Rename writeToProto to be dumpDebug"
Diffstat (limited to 'core/java/android/view/SurfaceControl.java')
| -rw-r--r-- | core/java/android/view/SurfaceControl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/SurfaceControl.java b/core/java/android/view/SurfaceControl.java index 9e5e20ab046b..87628da42599 100644 --- a/core/java/android/view/SurfaceControl.java +++ b/core/java/android/view/SurfaceControl.java @@ -901,7 +901,7 @@ public final class SurfaceControl implements Parcelable { * @param fieldId Field Id of the SurfaceControl as defined in the parent message. * @hide */ - public void writeToProto(ProtoOutputStream proto, long fieldId) { + public void dumpDebug(ProtoOutputStream proto, long fieldId) { final long token = proto.start(fieldId); proto.write(HASH_CODE, System.identityHashCode(this)); proto.write(NAME, mName); |
