mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
event info logs
This commit is contained in:
parent
a6b172c445
commit
170876ac16
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ namespace Bit.Android
|
||||||
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
||||||
var cancelNotification = true;
|
var cancelNotification = true;
|
||||||
|
|
||||||
|
LogInfo(e.PackageName + " fires event " + e.EventType);
|
||||||
switch(e.EventType)
|
switch(e.EventType)
|
||||||
{
|
{
|
||||||
case EventTypes.ViewFocused:
|
case EventTypes.ViewFocused:
|
||||||
|
|
Loading…
Reference in a new issue