1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 22:03:27 +00:00

log service

This commit is contained in:
Kyle Spearrin
2019-06-03 12:52:46 -04:00
parent a5256a6491
commit b69304992f
5 changed files with 70 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ namespace Bit.Droid
private void RegisterLocalServices()
{
ServiceContainer.Register<ILogService>("logService", new AndroidLogService());
ServiceContainer.Register("settingsShim", new App.Migration.SettingsShim());
if(App.Migration.MigrationHelpers.NeedsMigration())
{