Disable make_memps_log 11/267711/1 accepted/tizen/unified/20211213.133408 submit/tizen/20211210.093152
authorUnsung Lee <unsung.lee@samsung.com>
Thu, 9 Dec 2021 05:59:53 +0000 (14:59 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Thu, 9 Dec 2021 05:59:53 +0000 (14:59 +0900)
Change-Id: I14cad87f047a119179251f91355043549147cbd8
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/resource-limiter/memory/vmpressure-lowmem-handler.c

index 717b115..8c81819 100644 (file)
@@ -680,8 +680,8 @@ static int lowmem_kill_victim(const struct task_info *tsk,
                return RESOURCED_ERROR_FAIL;
        }
 
-       if (!memps_log)
-               make_memps_log(MEMLOG_MEMPS, pid, appname);
+//     if (!memps_log)
+//             make_memps_log(MEMLOG_MEMPS, pid, appname);
 
 
        pai = find_app_info(pid);
@@ -720,8 +720,8 @@ static int lowmem_kill_victim(const struct task_info *tsk,
                lowmem_launch_oompopup();
                oom_popup = true;
        }
-       if (memps_log)
-               make_memps_log(MEMLOG_MEMPS, pid, appname);
+//     if (memps_log)
+//             make_memps_log(MEMLOG_MEMPS, pid, appname);
 
        return RESOURCED_ERROR_NONE;
 }