[Application] Commenting LaunchCheckTerminate() 71/126371/1
authorSzymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Fri, 21 Apr 2017 06:35:06 +0000 (08:35 +0200)
committerSzymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Fri, 21 Apr 2017 06:41:46 +0000 (08:41 +0200)
The issue in crosswalk-tizen seems to be solved,
so we can no longer make workaround.

[Verification] Application TCT passed 100%

Change-Id: Ib196b583e2acd8bb488ae993bd805ea28aed476e
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
src/application/application_manager.cc

index 328d6ff..0d8ed50 100755 (executable)
@@ -367,7 +367,7 @@ void ApplicationManager::Kill(const picojson::value& args) {
     // due to platform issue, sometimes termination event is not reported to callback
     // registered with app_manager_set_app_context_event_cb()
     // this is a workaround, it should be removed when issue is solved
-    handler->LaunchCheckTerminate();
+    //handler->LaunchCheckTerminate();
 
     LoggerD("Kill async, KILL!!!!!!!!!");