[Bugfix][API-1515][POWER]Modify the modem log instruction

Only Configure: No
Affected branch: GSW3.0-No-Connman
Affected module: AUTOSUSPEND
Is it addected on both ZXIC and MTK: only MTK
Self-test: Yes
Doc Update: No

Change-Id: I8f5d52370939ada50ec2f433f47b05bf06161748
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 0ea28ce..dcb82a6 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
@@ -244,7 +244,7 @@
 
     if(adb_debug_mode == 2)
     {
-        system("echo 11 | emdlogger_ctrl");
+        system("echo 11 | emdlogger_ctrl socket");
     }
 
     if (lynq_screen(0) != 0)  //notify ril for screen off
@@ -324,7 +324,7 @@
     {
        if(adb_debug_mode == 2)
         {
-            system("echo 12 | emdlogger_ctrl");
+            system("echo 12 | emdlogger_ctrl socket");
         }
 
        usleep(200000); 
@@ -339,7 +339,7 @@
 
      if(adb_debug_mode == 2)
     {
-        system("echo 12 | emdlogger_ctrl");
+        system("echo 12 | emdlogger_ctrl socket");
     }