mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 16:10:58 +01:00
Added logging
This commit is contained in:
@@ -65,6 +65,7 @@ public class ServiceUI extends IntentService {
|
||||
// - Executing a PendingIntent from a notification.
|
||||
// https://developer.android.com/about/versions/oreo/background#services
|
||||
Log.i("Service UI intent=" + intent);
|
||||
Log.logExtras(intent);
|
||||
|
||||
if (intent == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user