Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
6dcdf717
Commit
6dcdf717
authored
5 years ago
by
Geoffrey Métais
Committed by
Geoffrey Métais
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
FileUtils: catch IllegalStateException
parent
53532e89
No related branches found
No related tags found
1 merge request
!304
Fixes for 3.2 release
Pipeline
#10896
passed with stage
in 4 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/src/org/videolan/vlc/util/FileUtils.kt
+3
-0
3 additions, 0 deletions
vlc-android/src/org/videolan/vlc/util/FileUtils.kt
with
3 additions
and
0 deletions
vlc-android/src/org/videolan/vlc/util/FileUtils.kt
+
3
−
0
View file @
6dcdf717
...
...
@@ -438,6 +438,9 @@ object FileUtils {
}
catch
(
e
:
IllegalArgumentException
)
{
Log
.
e
(
TAG
,
"Couldn't understand the intent"
)
return
null
}
catch
(
e
:
IllegalStateException
)
{
Log
.
e
(
TAG
,
"Couldn't understand the intent"
)
return
null
}
catch
(
e
:
NullPointerException
)
{
Log
.
e
(
TAG
,
"Couldn't understand the intent"
)
return
null
...
...
This diff is collapsed.
Click to expand it.
Geoffrey Métais
@Dekans
mentioned in commit
61a18a93
·
5 years ago
mentioned in commit
61a18a93
mentioned in commit 61a18a93c7435527b22453211cebf5b7f8d68d9f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment