Loading src/com/owncloud/android/lib/common/utils/Log_OC.java +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,8 @@ public class Log_OC { if (!mFolder.exists()) { isFolderCreated = mFolder.mkdirs(); Log.d(TAG, "Log folder created at: " + mNextcloudDataFolderLog); } else { isFolderCreated = true; } try { Loading Loading
src/com/owncloud/android/lib/common/utils/Log_OC.java +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,8 @@ public class Log_OC { if (!mFolder.exists()) { isFolderCreated = mFolder.mkdirs(); Log.d(TAG, "Log folder created at: " + mNextcloudDataFolderLog); } else { isFolderCreated = true; } try { Loading