event info logs

This commit is contained in:
Kyle Spearrin 2018-02-08 16:36:49 -05:00
parent a6b172c445
commit 170876ac16
1 changed files with 1 additions and 0 deletions

View File

@ -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: