commit | c221b9c1dcd3fc4d8bdec4a54aee6bea1b295fa2 | [log] [tgz] |
---|---|---|
author | jb.qi <jb.qi@mobiletek.cn> | Wed Dec 27 00:46:54 2023 -0800 |
committer | jb.qi <jb.qi@mobiletek.cn> | Wed Dec 27 00:46:54 2023 -0800 |
tree | beb581e708f7705d8a3f34fb8a3cc6ba8f0f70b9 | |
parent | aa9358feb5f37ce41fa89bb77d1c77a3077aaae3 [diff] |
[Bugfix][API-313][AUTOSUSPEND]close zixc debug wakeup Only Configure: No Affected branch: master Affected module: autosuspend Is it affected on both ZXIC and MTK: only ZXIC Self-test: Yes Doc Update: NO Change-Id: I94fd8a36d6610147c4a8e449d06080ea9d09daea
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c index 0f46da9..2a113a1 100755 --- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c +++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c
@@ -239,12 +239,14 @@ int t106_early_suspend(void) { RLOGD("t106_early_suspend start\n"); + system("zlog_nvctrl -m 1"); return 0; } void t106_early_resume(void) { RLOGD("t106_early_resume start\n"); + system("zlog_nvctrl -m 0"); return NULL; } #endif