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
3472701f
Commit
3472701f
authored
Aug 20, 2019
by
vince-bourgmayer
Browse files
remove a logcat entry for method which return file name from path
parent
006f82a2
Pipeline
#22466
passed with stage
in 2 minutes and 28 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/drive/utils/CommonUtils.java
View file @
3472701f
...
...
@@ -132,7 +132,6 @@ public abstract class CommonUtils {
* @return String, the last part after separator of path or null if invalid path has been provided
*/
public
static
String
getFileNameFromPath
(
String
path
)
{
Log
.
i
(
TAG
,
"getFileNameFromPath("
+
path
+
")"
);
try
{
String
[]
splittedString
=
path
.
split
(
FileUtils
.
PATH_SEPARATOR
);
return
splittedString
[
splittedString
.
length
-
1
];
...
...
Vincent Bourgmayer
🎼
@vincent
mentioned in commit
87c766bd
·
Aug 20, 2019
mentioned in commit
87c766bd
mentioned in commit 87c766bd46292d236f0d9bc08a34e086da843673
Toggle commit list
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