зеркало из https://github.com/mozilla/gecko-dev.git
add a dump statement, so I know what's going on and when this is being called.
This commit is contained in:
Родитель
d3eb73be23
Коммит
edc9be1c4d
|
@ -82,6 +82,7 @@ function verifyAccounts() {
|
|||
if (accounts.Count() > 0) return;
|
||||
|
||||
try {
|
||||
dump("attempt to UpgradePrefs. If that fails, open the account wizard.\n");
|
||||
am.UpgradePrefs();
|
||||
}
|
||||
catch (ex) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче