Backed out changeset 821f8e1cd0ed

This commit is contained in:
Doug Turner 2011-11-09 19:38:53 -08:00
parent 7c8a8ea376
commit 774a4ffd7a

View File

@ -626,9 +626,6 @@ public class GeckoAppShell
Log.i("GeckoAppJava", "we're done, good bye");
GeckoApp.mAppContext.finish();
}
Log.w("GeckoAppShell", "Killing via System.exit()");
System.exit(0);
/*
getHandler().postDelayed(new Runnable() {
// This is just a watch dog to make sure we die
// we should never hit this
@ -637,7 +634,6 @@ public class GeckoAppShell
System.exit(0);
}
}, 5000);
*/
}
static void scheduleRestart() {
Log.i("GeckoAppJava", "scheduling restart");