Snap for 11248037 from 31855bcfa0 to 24Q2-release

Change-Id: I07d0a2c7bba23f8b6368bbb12afb17e07dcc6964
This commit is contained in:
Android Build Coastguard Worker
2023-12-22 00:05:16 +00:00

View File

@@ -93,7 +93,7 @@ ScopedAStatus Usb::enableUsbData(const string& in_portName, bool in_enable,
}
if (!WriteStringToFile("0", USB_DATA_PATH)) {
ALOGE("Not able to turn on usb connection notification");
ALOGE("Not able to turn off usb connection notification");
result = false;
}
}