summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-28 08:17:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-28 08:17:10 +0000
commitbd94cd0d7edaea0d9f207ca1575f302ae21f489f (patch)
treec7811b6b686ce57cffe81189081ef1921d8d8216
parent7cfd07a749fbdfb6a518d49f95e0825a6e8b0dd1 (diff)
parentc0903ade116ddddb8f007fcefba29dc83e02566d (diff)
downloadredfin-bd94cd0d7edaea0d9f207ca1575f302ae21f489f.tar.gz
Snap for 11258372 from c0903ade116ddddb8f007fcefba29dc83e02566d to mainline-permission-releaseaml_per_341711000aml_per_341614000aml_per_341510010
Change-Id: I9d22378b6a0a8346edb246f59504376be6357050
-rw-r--r--usb/usb/Usb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb/Usb.cpp b/usb/usb/Usb.cpp
index ed358cd..7abf239 100644
--- a/usb/usb/Usb.cpp
+++ b/usb/usb/Usb.cpp
@@ -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;
}
}