[Feature][T8TSK-295][AUTOSUSPEND]close debug when power on

Only Configure: No
Affected branch: master
Affected module: suspend
Is it affected on both ZXIC and MTK: only MTK
Self-test: Yes
Doc Update: No

Change-Id: I7232f405dfaf46858e6a0f18d910d593bed2ddab
diff --git a/meta/meta-mediatek-mt2735/recipes-lynq/suspend-service/files/main.c b/meta/meta-mediatek-mt2735/recipes-lynq/suspend-service/files/main.c
index bbd9029..2aee8bb 100755
--- a/meta/meta-mediatek-mt2735/recipes-lynq/suspend-service/files/main.c
+++ b/meta/meta-mediatek-mt2735/recipes-lynq/suspend-service/files/main.c
@@ -456,7 +456,7 @@
     // LYLOGSET(LOG_ERROR);
 
     int auto_enable = 0;
-
+    system("uci set lynq_uci.lynq_autosuspend.debug='0'");//jb.qi add for gsw close debug when power_on on 20231130
     lynq_get_value(LOG_UCI_FILE, LOG_UCI_MODULE, "debug", tmp); // 即获取系统层面的环境变量
     ALOGI("Autosuspend Service Daemon. debug %s\n",tmp);
     adb_debug_mode=atoi(tmp);