Merge "Usb.cpp: Fix typos when unable to disable USB data" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-09-21 09:55:00 +00:00 committed by Android (Google) Code Review
commit 206ecbd71d

View file

@ -111,7 +111,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;
}