[feature][T8TSK][mdlog]change mdlog command in suspend service

Affected branch: master
Affected module: sdk
Is it affected on both ZXIC and MTK: mtk
Self-test: Yes
Doc Update: No

Change-Id: Ia15e26ba63826059433f14bb0fa314d556ee207a
diff --git a/IC_meta/mtk/2735/suspend-service/files/autosuspend_wakeup_count.c b/IC_meta/mtk/2735/suspend-service/files/autosuspend_wakeup_count.c
index 4a7757c..6037e6d 100755
--- a/IC_meta/mtk/2735/suspend-service/files/autosuspend_wakeup_count.c
+++ b/IC_meta/mtk/2735/suspend-service/files/autosuspend_wakeup_count.c
@@ -245,7 +245,7 @@
 
     if(adb_debug_mode == 2)
     {
-        system("echo 11 | emdlogger_ctrl socket");
+        system("lynq-mtk-log-cmd start PLS");
     }
 
     if (lynq_screen(0) != 0)  //notify ril for screen off
@@ -349,7 +349,7 @@
 
      if(adb_debug_mode == 2)
     {
-        system("echo 12 | emdlogger_ctrl socket");
+        system("lynq-mtk-log-cmd flush_and_stop");
     }