Added logging

pull/159/head
M66B 5 years ago
parent ac4e904d29
commit 906d98a14f

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

Loading…
Cancel
Save