Skip to content
Snippets Groups Projects
Commit 9bf0ec58 authored by Mark Hansen's avatar Mark Hansen Committed by Gerrit Code Review
Browse files

Merge "Dispatch from DecorView to View.toString()" into main

parents 61798ad0 14de11ee
No related branches found
No related tags found
No related merge requests found
......@@ -2660,8 +2660,7 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind
@Override
public String toString() {
return "DecorView@" + Integer.toHexString(this.hashCode()) + "["
+ getTitleSuffix(mWindow.getAttributes()) + "]";
return super.toString() + "[" + getTitleSuffix(mWindow.getAttributes()) + "]";
}
private static class ColorViewState {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment