projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge pull request #118 from owncloud/loggingtool
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
utils
/
FileStorageUtils.java
diff --git
a/src/com/owncloud/android/utils/FileStorageUtils.java
b/src/com/owncloud/android/utils/FileStorageUtils.java
index
72815a9
..
144ff80
100644
(file)
--- a/
src/com/owncloud/android/utils/FileStorageUtils.java
+++ b/
src/com/owncloud/android/utils/FileStorageUtils.java
@@
-65,6
+65,10
@@
public class FileStorageUtils {
}
}
+
+ public static final String getLogPath() {
+ return Environment.getExternalStorageDirectory() + File.separator + "owncloud" + File.separator + "log";
+ }
// to ensure we will not add the slash twice between filename and
// folder-name