mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
log debug
This commit is contained in:
@@ -12,12 +12,14 @@ 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user