diff --git a/src/Android/AutofillService.cs b/src/Android/AutofillService.cs index b66014733..70f6cc21f 100644 --- a/src/Android/AutofillService.cs +++ b/src/Android/AutofillService.cs @@ -128,6 +128,7 @@ namespace Bit.Android var notificationManager = (NotificationManager)GetSystemService(NotificationService); var cancelNotification = true; + LogInfo(e.PackageName + " fires event " + e.EventType); switch(e.EventType) { case EventTypes.ViewFocused: