diff options
Diffstat (limited to 'libhwc2.1/libdevice/ExynosDisplay.cpp')
-rw-r--r-- | libhwc2.1/libdevice/ExynosDisplay.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhwc2.1/libdevice/ExynosDisplay.cpp b/libhwc2.1/libdevice/ExynosDisplay.cpp index 1c001a7..b38f2b5 100644 --- a/libhwc2.1/libdevice/ExynosDisplay.cpp +++ b/libhwc2.1/libdevice/ExynosDisplay.cpp @@ -374,7 +374,6 @@ void ExynosDisplay::PowerHalHintWorker::forceUpdateHints(void) { int32_t ExynosDisplay::PowerHalHintWorker::sendActualWorkDuration() { Lock(); if (mPowerHintSession == nullptr) { - ALOGW("Cannot send actual work duration, power hint session not running"); Unlock(); return -EINVAL; } @@ -413,7 +412,6 @@ int32_t ExynosDisplay::PowerHalHintWorker::updateTargetWorkDuration() { } if (mPowerHintSession == nullptr) { - ALOGW("Cannot send target work duration, power hint session not running"); return -EINVAL; } |