summaryrefslogtreecommitdiffstats
path: root/Power.cpp
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-09-29 21:06:22 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 01:12:56 +0300
commit434acc2ab4bab9d2407e5167be1dc2c22bfead0f (patch)
tree9157caf4c90f46cc5d32739e76530f91ac48dcc6 /Power.cpp
parent4e16643aba888a1cff432643aa2e22eeb93605b8 (diff)
downloadvendor_qcom_opensource_power-434acc2ab4bab9d2407e5167be1dc2c22bfead0f.tar.gz
vendor_qcom_opensource_power-434acc2ab4bab9d2407e5167be1dc2c22bfead0f.tar.bz2
vendor_qcom_opensource_power-434acc2ab4bab9d2407e5167be1dc2c22bfead0f.zip
power: Add -qti suffix to module name
* Prevent conflict with other HALs Change-Id: Icf1216410db26c3bb811d7aedde03e6d2f87e3cc
Diffstat (limited to 'Power.cpp')
-rw-r--r--Power.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Power.cpp b/Power.cpp
index 2caeaca..567066a 100644
--- a/Power.cpp
+++ b/Power.cpp
@@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define LOG_TAG "QTI PowerHAL"
+#define LOG_TAG "android.hardware.power@1.2-service-qti"
#include <android-base/file.h>
#include <log/log.h>