bug 711156 - Perf: regression on performance on startup from 12/11 to 12/12, move profile migration check off main thread r=gcp,alexp

This commit is contained in:
Brad Lassey 2012-01-03 10:50:44 -08:00
parent 9ad3976ebf
commit b3ced2fdad

View File

@ -1579,7 +1579,7 @@ abstract public class GeckoApp
final GeckoApp self = this;
mMainHandler.postDelayed(new Runnable() {
GeckoAppShell.getHandler().postDelayed(new Runnable() {
public void run() {
Log.w(LOGTAG, "zerdatime " + new Date().getTime() + " - pre checkLaunchState");