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