Merge "Update language to comply with Android's inclusive language guidance" am: 296355cba3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1373419 Change-Id: Ia10debc21d4d65e2e7b7b9e16ab96956a56426c9
This commit is contained in:
@@ -921,7 +921,7 @@ public class UsbPortManager {
|
|||||||
contaminantDetectionStatus);
|
contaminantDetectionStatus);
|
||||||
mPorts.put(portId, portInfo);
|
mPorts.put(portId, portInfo);
|
||||||
} else {
|
} else {
|
||||||
// Sanity check that ports aren't changing definition out from under us.
|
// Validate that ports aren't changing definition out from under us.
|
||||||
if (supportedModes != portInfo.mUsbPort.getSupportedModes()) {
|
if (supportedModes != portInfo.mUsbPort.getSupportedModes()) {
|
||||||
logAndPrint(Log.WARN, pw, "Ignoring inconsistent list of supported modes from "
|
logAndPrint(Log.WARN, pw, "Ignoring inconsistent list of supported modes from "
|
||||||
+ "USB port driver (should be immutable): "
|
+ "USB port driver (should be immutable): "
|
||||||
|
|||||||
Reference in New Issue
Block a user