Set CPU Threshold to relaunch wrt-loader everytime 27/212527/1
authorws29.jung <ws29.jung@samsung.com>
Thu, 22 Aug 2019 10:53:14 +0000 (19:53 +0900)
committerws29.jung <ws29.jung@samsung.com>
Thu, 22 Aug 2019 10:53:14 +0000 (19:53 +0900)
There was an issue that wrt-loader did not relaunch after webapp is on.
To prevent the issue, set lower CPU threshold so wrt-loader now can relaunch
5 seconds after webapp is on, regardless of CPU usage.

Change-Id: Iaffd09c110f7a47d55f24130190e5c00c49a811e
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
packaging/wrt.loader

index 632aa1f..0f33de6 100644 (file)
@@ -3,4 +3,6 @@ NAME              wrt-loader
 EXE               /usr/bin/wrt-loader
 APP_TYPE          webapp
 DETECTION_METHOD  TIMEOUT|DEMAND
+CPU_THRESHOLD_MIN       10
+CPU_THRESHOLD_MAX       10
 TIMEOUT           5000