event info logs
This commit is contained in:
parent
a6b172c445
commit
170876ac16
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue