зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1117830 - Part 0: log account state on AndroidFxAccount init. r=nalexander
This commit is contained in:
Родитель
d8fe04f804
Коммит
114fcf1ff1
|
@ -540,6 +540,7 @@ public class AndroidFxAccount {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
StateLabel stateLabel = StateLabel.valueOf(stateLabelString);
|
StateLabel stateLabel = StateLabel.valueOf(stateLabelString);
|
||||||
|
Logger.debug(LOG_TAG, "Account is in state " + stateLabel);
|
||||||
return StateFactory.fromJSONObject(stateLabel, new ExtendedJSONObject(stateString));
|
return StateFactory.fromJSONObject(stateLabel, new ExtendedJSONObject(stateString));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new IllegalStateException("could not get state", e);
|
throw new IllegalStateException("could not get state", e);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче