mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
log events
This commit is contained in:
parent
99d1a6d043
commit
9c365ecc48
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ namespace Bit.Android
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Log(e.PackageName + " fired event " + e.EventType);
|
||||||
|
|
||||||
if(string.IsNullOrWhiteSpace(e?.PackageName) || e.PackageName == SystemUiPackage ||
|
if(string.IsNullOrWhiteSpace(e?.PackageName) || e.PackageName == SystemUiPackage ||
|
||||||
e.PackageName.Contains("launcher"))
|
e.PackageName.Contains("launcher"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue