1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

log debug

This commit is contained in:
kspearrin
2018-09-20 09:29:48 -04:00
parent fa15a10ae0
commit 55dc9cbfc7

View File

@@ -13,11 +13,13 @@ namespace Bit.iOS.Autofill
public override void ViewDidLoad()
{
System.Diagnostics.Debug.WriteLine("AUTOFILL view did load");
base.ViewDidLoad();
}
public override void PrepareCredentialList(ASCredentialServiceIdentifier[] serviceIdentifiers)
{
System.Diagnostics.Debug.WriteLine("AUTOFILL Got identifiers " + serviceIdentifiers.Length);
base.PrepareCredentialList(serviceIdentifiers);
}