Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53a9b73b authored by narinder Rana's avatar narinder Rana
Browse files

handle null pointer exception :Remove START_STICKY

parent d1beeb0d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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();