mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
debug write line migration
This commit is contained in:
parent
57c89f5b2a
commit
59b086168a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace Bit.App.Migration
|
||||||
var needsMigration = ServiceContainer.Resolve<SettingsShim>("settingsShim")
|
var needsMigration = ServiceContainer.Resolve<SettingsShim>("settingsShim")
|
||||||
.GetValueOrDefault(Constants.OldUserIdKey, null) != null;
|
.GetValueOrDefault(Constants.OldUserIdKey, null) != null;
|
||||||
ServiceContainer.Resolve<ILogService>("logService").Info("Needs Migration: " + needsMigration);
|
ServiceContainer.Resolve<ILogService>("logService").Info("Needs Migration: " + needsMigration);
|
||||||
|
System.Diagnostics.Debug.WriteLine("Needs Migration: " + needsMigration);
|
||||||
return needsMigration;
|
return needsMigration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue