Backed out changeset 821f8e1cd0ed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user