Merge pull request #118 from owncloud/loggingtool
[pub/Android/ownCloud.git] / src / com / owncloud / android / utils / FileStorageUtils.java
index 72815a9..144ff80 100644 (file)
@@ -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