Snap for 11297328 from 291642b702
to 24Q2-release
Change-Id: I793f066e763cd6143c479ff759dfede99b3662c3
This commit is contained in:
commit
64b60867f8
2 changed files with 8 additions and 0 deletions
|
@ -564,6 +564,11 @@ Usb::Usb()
|
|||
ALOGE("pthread_condattr_destroy failed: %s", strerror(errno));
|
||||
abort();
|
||||
}
|
||||
|
||||
ALOGI("feature flag enable_usb_data_compliance_warning: %d",
|
||||
usb_flags::enable_usb_data_compliance_warning());
|
||||
ALOGI("feature flag enable_input_power_limited_warning: %d",
|
||||
usb_flags::enable_input_power_limited_warning());
|
||||
}
|
||||
|
||||
ScopedAStatus Usb::switchRole(const string& in_portName, const PortRole& in_role,
|
||||
|
|
|
@ -164,6 +164,9 @@ UsbDataSessionMonitor::UsbDataSessionMonitor(
|
|||
ALOGE("pthread creation failed %d", errno);
|
||||
abort();
|
||||
}
|
||||
|
||||
ALOGI("feature flag enable_report_usb_data_compliance_warning: %d",
|
||||
usb_flags::enable_report_usb_data_compliance_warning());
|
||||
}
|
||||
|
||||
UsbDataSessionMonitor::~UsbDataSessionMonitor() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue