mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "audio test service guaranteed log" am: 6b466603c6 am: 0f3597e7d5
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2472165 Change-Id: I0b3ed57958e95986b89e8fabab7d227aa2bbe23e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -41,6 +41,9 @@ int main() {
|
|||||||
// android::base::SetMinimumLogSeverity(::android::base::VERBOSE);
|
// android::base::SetMinimumLogSeverity(::android::base::VERBOSE);
|
||||||
ABinderProcess_setThreadPoolMaxThreadCount(16);
|
ABinderProcess_setThreadPoolMaxThreadCount(16);
|
||||||
|
|
||||||
|
// Guaranteed log for b/210919187 and logd_integration_test
|
||||||
|
LOG(INFO) << "Init for Audio AIDL HAL";
|
||||||
|
|
||||||
// Make the default config service
|
// Make the default config service
|
||||||
auto config = ndk::SharedRefBase::make<Config>();
|
auto config = ndk::SharedRefBase::make<Config>();
|
||||||
const std::string configName = std::string() + Config::descriptor + "/default";
|
const std::string configName = std::string() + Config::descriptor + "/default";
|
||||||
|
|||||||
Reference in New Issue
Block a user