diff options
| author | 2020-09-11 17:29:36 +0000 | |
|---|---|---|
| committer | 2020-09-11 17:29:36 +0000 | |
| commit | 6671acef6ea29fe8dced87ae280182c28b10fc54 (patch) | |
| tree | ecacf101135ff7e8fd3011692eda0e3ffd79608c | |
| parent | 3f0535c610ee963a69e0113bfa4df8ea75c9d4b3 (diff) | |
| parent | 1ff037880abb7ac4e1576f66c9ce2113749dd601 (diff) | |
Merge "Update language to comply with Android's inclusive language guidance" am: 558a921d81 am: 927f0f7453 am: 1ff037880a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1382388
Change-Id: I4ec82de3182802b71ebe8c5a9ac2b9bdaaa58cdf
| -rw-r--r-- | core/java/android/view/ViewDebug.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewDebug.java b/core/java/android/view/ViewDebug.java index 8a5be75b6c31..e138baed31cb 100644 --- a/core/java/android/view/ViewDebug.java +++ b/core/java/android/view/ViewDebug.java @@ -532,7 +532,7 @@ public class ViewDebug { @UnsupportedAppUsage static void dispatchCommand(View view, String command, String parameters, OutputStream clientStream) throws IOException { - // Paranoid but safe... + // Just being cautious... view = view.getRootView(); if (REMOTE_COMMAND_DUMP.equalsIgnoreCase(command)) { |