Remove watchdog initializer 73/186673/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 13 Aug 2018 09:06:54 +0000 (18:06 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 13 Aug 2018 09:06:54 +0000 (18:06 +0900)
The watchdog timer should be enabled by app developers.
This patch removes calling appcore_watchdog_enable().

Change-Id: Iab58ed6403704f0cf2b81fa43929196941c54472
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/base/appcore_base.c

index 4507e23..33bd0bc 100644 (file)
@@ -1083,8 +1083,6 @@ EXPORT_API int appcore_base_init(appcore_base_ops ops, int argc, char **argv, vo
        if (__context.ops.set_i18n)
                __context.ops.set_i18n(__context.data);
 
-       appcore_watchdog_enable();
-
        if (__context.ops.create) {
                traceBegin(TTRACE_TAG_APPLICATION_MANAGER, "APPCORE:CREATE");
                r = __context.ops.create(__context.data);