Bugfix: Make InsetsController dump() respect prefix
Before, the prefix was printed on a blank line above InsetsController, this wasn't intended. BUG=140002885 Change-Id: Ife14e60400dc73232302a797b6b9b8f4d201535f
This commit is contained in:
@@ -1441,7 +1441,7 @@ public class InsetsController implements WindowInsetsController, InsetsAnimation
|
||||
}
|
||||
|
||||
void dump(String prefix, PrintWriter pw) {
|
||||
pw.println(prefix); pw.println("InsetsController:");
|
||||
pw.print(prefix); pw.println("InsetsController:");
|
||||
mState.dump(prefix + " ", pw);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user