Added logging

This commit is contained in:
M66B 2019-07-25 10:43:07 +02:00
parent ac4e904d29
commit 906d98a14f
1 changed files with 1 additions and 0 deletions

View File

@ -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;