From 170876ac160fe3123a3d526bf85a5e5c2a476dac Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 8 Feb 2018 16:36:49 -0500 Subject: [PATCH] event info logs --- src/Android/AutofillService.cs | 1 + 1 file changed, 1 insertion(+) 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: