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
3c5f9953
Commit
3c5f9953
authored
Dec 13, 2019
by
vince-bourgmayer
Browse files
replace title in Logcat by TAG field
parent
1f10d3ff
Pipeline
#33956
passed with stage
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/drive/utils/ServiceExceptionHandler.java
View file @
3c5f9953
...
...
@@ -78,7 +78,7 @@ public class ServiceExceptionHandler implements UncaughtExceptionHandler{
if
(
defaultUEH
!=
null
){
defaultUEH
.
uncaughtException
(
t
,
e
);
}
else
{
Log
.
d
(
"ServiceExceptionHandler"
,
"/e/ Drive has crashed and
there is no ExceptionHandler"
);
Log
.
d
(
TAG
,
"
there is no ExceptionHandler"
);
System
.
exit
(
1
);
//Kill /e/ Drive...
}
}
...
...
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