1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-12-24 16:38:22 +01:00

event info logs

This commit is contained in:
Kyle Spearrin 2018-02-08 16:36:49 -05:00
parent a6b172c445
commit 170876ac16

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: