Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
eDrive
Commits
53a9b73b
Commit
53a9b73b
authored
Feb 04, 2021
by
narinder Rana
Browse files
handle null pointer exception :Remove START_STICKY
parent
d1beeb0d
Pipeline
#99915
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/drive/services/OperationManagerService.java
View file @
53a9b73b
...
...
@@ -245,7 +245,7 @@ public class OperationManagerService extends Service implements OnRemoteOperatio
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
;
//
return START_STICKY;
}
Bundle
extras
=
intent
.
getExtras
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment