mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
9ad3976ebf
commit
b3ced2fdad
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user