Bug 2682 - The debugger should disable "unresponsive" error message from chrome
authorEugene Ostroukhov <eugeneo@symbian.org>
Thu, 08 Jul 2010 11:56:01 -0700
changeset 427 98259b4c97ee
parent 426 022494a9b845
child 428 9b6017f46095
Bug 2682 - The debugger should disable "unresponsive" error message from chrome
org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java
--- a/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java	Wed Jul 07 16:23:17 2010 -0700
+++ b/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java	Thu Jul 08 11:56:01 2010 -0700
@@ -47,6 +47,7 @@
             "--disable-local-storage", // Disable local storage (needed to emulate Geolocation in phonegap) 
             "--disable-session-storage", // Disable local storage (needed to emulate Geolocation in phonegap) 
             "--no-default-browser-check", // Our users don't need this nagging
+            "--disable-hang-monitor", // Fix for Bug 2682 - The debugger should disable "unresponsive" error message from chrome
             "--no-first-run", // We don't care
             "--app=%s" // Here we will have widget URI as --app argument
     };