summaryrefslogtreecommitdiff
path: root/power-libperfmgr/aidl/service.cpp
diff options
context:
space:
mode:
authorJimmy Shiu <jimmyshiu@google.com>2021-01-25 01:20:38 +0800
committerJimmy Shiu <jimmyshiu@google.com>2021-04-13 10:31:55 +0800
commit1f851e8b21045f1dccb4710444a364cd45e609c3 (patch)
tree69ea6ae748cecedb8ab93b144d0858f918c50860 /power-libperfmgr/aidl/service.cpp
parent7179d78070a4471b7b1f7229cb091b1483626d32 (diff)
downloadpixel-1f851e8b21045f1dccb4710444a364cd45e609c3.tar.gz
power: add PowerHintSession for ADPF implementation
Adapted from PoC from ag/13100800 Added more ATRACE for further tuning and debug Test: APPPID=$(adb shell pidof com.prefabulated.touchlatency); watch -n 1 adb shell grep uclamp /proc/${APPPID}/sched Test: atest VtsHalPowerTargetTest Bug: 177492680 Change-Id: I6bfd61b21dc1cde04f6ba9ae8d3533cd263ad814 Signed-off-by: Wei Wang <wvw@google.com>
Diffstat (limited to 'power-libperfmgr/aidl/service.cpp')
-rw-r--r--power-libperfmgr/aidl/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/power-libperfmgr/aidl/service.cpp b/power-libperfmgr/aidl/service.cpp
index 388139d8..aa32fc5e 100644
--- a/power-libperfmgr/aidl/service.cpp
+++ b/power-libperfmgr/aidl/service.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_TAG "android.hardware.power-service.pixel-libperfmgr"
+#define LOG_TAG "powerhal-libperfmgr"
#include <thread>