Loading app/src/main/java/foundation/e/drive/services/OperationManagerService.java +6 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,12 @@ public class OperationManagerService extends Service implements OnRemoteOperatio try{ CommonUtils.setServiceUnCaughtExceptionHandler(this); if (null == intent || null == intent.getAction ()) { String source = null == intent ? "intent" : "action"; Log.e (TAG, source + " was null, flags=" + flags + " bits=" + Integer.toBinaryString (flags)); return START_STICKY; } Bundle extras = intent.getExtras(); Log.d(TAG, "OperationManagerService recieved "+(extras == null ? "null extras": extras.size()+" operations to perform") ); Loading Loading
app/src/main/java/foundation/e/drive/services/OperationManagerService.java +6 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,12 @@ public class OperationManagerService extends Service implements OnRemoteOperatio try{ CommonUtils.setServiceUnCaughtExceptionHandler(this); if (null == intent || null == intent.getAction ()) { String source = null == intent ? "intent" : "action"; Log.e (TAG, source + " was null, flags=" + flags + " bits=" + Integer.toBinaryString (flags)); return START_STICKY; } Bundle extras = intent.getExtras(); Log.d(TAG, "OperationManagerService recieved "+(extras == null ? "null extras": extras.size()+" operations to perform") ); Loading