mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
log debug
This commit is contained in:
parent
fa15a10ae0
commit
55dc9cbfc7
1 changed files with 3 additions and 1 deletions
|
@ -13,11 +13,13 @@ namespace Bit.iOS.Autofill
|
||||||
|
|
||||||
public override void ViewDidLoad()
|
public override void ViewDidLoad()
|
||||||
{
|
{
|
||||||
|
System.Diagnostics.Debug.WriteLine("AUTOFILL view did load");
|
||||||
base.ViewDidLoad();
|
base.ViewDidLoad();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void PrepareCredentialList(ASCredentialServiceIdentifier[] serviceIdentifiers)
|
public override void PrepareCredentialList(ASCredentialServiceIdentifier[] serviceIdentifiers)
|
||||||
{
|
{
|
||||||
|
System.Diagnostics.Debug.WriteLine("AUTOFILL Got identifiers " + serviceIdentifiers.Length);
|
||||||
base.PrepareCredentialList(serviceIdentifiers);
|
base.PrepareCredentialList(serviceIdentifiers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue