Loading services/usb/java/com/android/server/usb/UsbPortManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -965,7 +965,6 @@ public class UsbPortManager { private void handlePortLocked(PortInfo portInfo, IndentingPrintWriter pw) { sendPortChangedBroadcastLocked(portInfo); enableContaminantDetectionIfNeeded(portInfo, pw); logToStatsd(portInfo, pw); updateContaminantNotification(); } Loading @@ -977,6 +976,7 @@ public class UsbPortManager { private void handlePortChangedLocked(PortInfo portInfo, IndentingPrintWriter pw) { logAndPrint(Log.INFO, pw, "USB port changed: " + portInfo); enableContaminantDetectionIfNeeded(portInfo, pw); handlePortLocked(portInfo, pw); } Loading Loading
services/usb/java/com/android/server/usb/UsbPortManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -965,7 +965,6 @@ public class UsbPortManager { private void handlePortLocked(PortInfo portInfo, IndentingPrintWriter pw) { sendPortChangedBroadcastLocked(portInfo); enableContaminantDetectionIfNeeded(portInfo, pw); logToStatsd(portInfo, pw); updateContaminantNotification(); } Loading @@ -977,6 +976,7 @@ public class UsbPortManager { private void handlePortChangedLocked(PortInfo portInfo, IndentingPrintWriter pw) { logAndPrint(Log.INFO, pw, "USB port changed: " + portInfo); enableContaminantDetectionIfNeeded(portInfo, pw); handlePortLocked(portInfo, pw); } Loading