Merge "[Feature][T8TSK-295][AUTOSUSPEND]close debug when power on" into GSW3.0-No-Connman
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);