mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
log events
This commit is contained in:
@@ -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"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user