sm6375-common: power-libperfmgr: move trace point to libperfmgr.
Test: systrace Bug: 199776250 Change-Id: I9bb4d5a50faa93e7bc638ef723bdc2662fb63b24
This commit is contained in:
parent
25d25dbc8b
commit
c674edc828
3 changed files with 0 additions and 11 deletions
|
|
@ -133,7 +133,6 @@ void InteractionHandler::PerfLock() {
|
|||
if (!mHintManager->DoHint("INTERACTION")) {
|
||||
ALOGE("%s: do hint INTERACTION failed", __func__);
|
||||
}
|
||||
ATRACE_INT("interaction_lock", 1);
|
||||
}
|
||||
|
||||
void InteractionHandler::PerfRel() {
|
||||
|
|
@ -141,7 +140,6 @@ void InteractionHandler::PerfRel() {
|
|||
if (!mHintManager->EndHint("INTERACTION")) {
|
||||
ALOGE("%s: end hint INTERACTION failed", __func__);
|
||||
}
|
||||
ATRACE_INT("interaction_lock", 0);
|
||||
}
|
||||
|
||||
void InteractionHandler::Acquire(int32_t duration) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue