Comment out some log 69/185569/1
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 11 Jul 2018 02:23:00 +0000 (11:23 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 26 Jul 2018 02:31:06 +0000 (11:31 +0900)
Some log of tota is causing size issue.
Silence it to handle that.

Change-Id: I853847efbd060ab1821a28c49974cb70440d541b
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
ss_engine/SS_UPI.c

index 6a6a57e9dbd673e9c136e9ad2eac5bbdd270427a..72d15b4772222fb9a5cdd9890363de8d93941466 100755 (executable)
@@ -1328,8 +1328,8 @@ int SS_FSSetAttributes(ua_dataSS_t * ua_dataSS)
                pfiletype = strtok_r(NULL, SS_TOKEN_SPACE, &saveptr_pline);
                attributSize = strtok_r(NULL, SS_TOKEN_SPACE, &saveptr_pline);
                pattribs = strtok_r(NULL, SS_TOKEN_NEWLINE, &saveptr_pline);
-               LOG("\nSS_FSSetAttributes [%s][%s][%s]", pfiletype, attributSize, pattribs);
-               if (pattribs && pfilePath && pfiletype) {
+               //LOG("\nSS_FSSetAttributes [%s][%s][%s]", pfiletype, attributSize, pattribs);
+               if (pattribs && pfilePath && pfiletype && attributSize) {
                        ulAttribSize = strlen(pattribs);
                        //LOG("\nSS_SetFileAttributes [%s][%s][%d][%s]",pfilePath,pfiletype,ulAttribSize, pattribs );
                        //LOG("SS_SetFileAttributes [%s]\n", pfilePath);