摘要: PowerManagerService.WakeLocks wake lock acquire call stack Line 5713: 09-19 09:06:40.206 3291 3291 E power : in acquire_wake_lock: is pmswakelocks. Li 阅读全文
posted @ 2021-10-14 18:06 aspirs 阅读(186) 评论(0) 推荐(0)
摘要: cpp test program #include <iostream> using namespace std; int main() { const char* id = "PowerManagerService.WakeLocks"; std::string pmswakelocks = "P 阅读全文
posted @ 2021-10-14 17:13 aspirs 阅读(33) 评论(0) 推荐(0)
摘要: apm-emulation driver framework 在suspend_prepare()里会call error = __pm_notifier_call_chain(PM_SUSPEND_PREPARE, -1, &nr_calls); 因为apm-emulation有注册关于此的cal 阅读全文
posted @ 2021-10-14 12:31 aspirs 阅读(84) 评论(0) 推荐(0)
摘要: android STR suspend/resume framework console:/sys/power # cat wake_lock PowerManager.SuspendLockout PowerManagerService.Display console:/sys/power # c 阅读全文
posted @ 2021-10-14 11:39 aspirs 阅读(1313) 评论(0) 推荐(0)