mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
Backed out changeset 821f8e1cd0ed
This commit is contained in:
parent
7c8a8ea376
commit
774a4ffd7a
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user