Loading app/src/main/java/foundation/e/drive/services/OperationManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -245,7 +245,7 @@ public class OperationManagerService extends Service implements OnRemoteOperatio if (null == intent || null == intent.getAction ()) { if (null == intent || null == intent.getAction ()) { String source = null == intent ? "intent" : "action"; String source = null == intent ? "intent" : "action"; Log.e (TAG, source + " was null, flags=" + flags + " bits=" + Integer.toBinaryString (flags)); Log.e (TAG, source + " was null, flags=" + flags + " bits=" + Integer.toBinaryString (flags)); return START_STICKY; //return START_STICKY; } } Bundle extras = intent.getExtras(); Bundle extras = intent.getExtras(); Loading Loading
app/src/main/java/foundation/e/drive/services/OperationManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -245,7 +245,7 @@ public class OperationManagerService extends Service implements OnRemoteOperatio if (null == intent || null == intent.getAction ()) { if (null == intent || null == intent.getAction ()) { String source = null == intent ? "intent" : "action"; String source = null == intent ? "intent" : "action"; Log.e (TAG, source + " was null, flags=" + flags + " bits=" + Integer.toBinaryString (flags)); Log.e (TAG, source + " was null, flags=" + flags + " bits=" + Integer.toBinaryString (flags)); return START_STICKY; //return START_STICKY; } } Bundle extras = intent.getExtras(); Bundle extras = intent.getExtras(); Loading