mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-04-29 10:37:35 +09:00
For some reason Xiaomi built audio HAL with "very very verbose logging" enabled [1] and it spams really too much. Until Xiaomi builds audio HAL with sane logging level or a way to resolve OSS audio HAL issues is found, just shim the whole log function to return nothing. [1] https://github.com/LineageOS/android_hardware_qcom_audio/blob/c659e83702/hal/audio_hw.c#L41 Co-authored-by: Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de> Change-Id: Iff278c44f203dc7b81bccb2281edfc3f5687a47c
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
//
|
|
// Copyright (C) 2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "fakelogprint",
|
|
vendor: true,
|
|
shared_libs: ["liblog"],
|
|
srcs: ["fakelogprint/fakelogprint.cpp"],
|
|
}
|