projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Set maximum file size for logs and format logs info
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
activity
/
FileDisplayActivity.java
diff --git
a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java
b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java
index
6a9bc49
..
18f2355
100644
(file)
--- a/
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
+++ b/
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
@@
-210,8
+210,6
@@
FileFragment.ContainerActivity, OnNavigationListener, OnSslUntrustedCertListener
@Override
protected void onDestroy() {
@Override
protected void onDestroy() {
- Log_OC.d(TAG, "onDestroy() FileDisplyActivty");
-// Log_OC.stopLogging();
super.onDestroy();
}
super.onDestroy();
}
@@
-289,7
+287,7
@@
FileFragment.ContainerActivity, OnNavigationListener, OnSslUntrustedCertListener
if (listOfFiles != null) {
listOfFiles.listDirectory(getCurrentDir());
} else {
if (listOfFiles != null) {
listOfFiles.listDirectory(getCurrentDir());
} else {
- Log.e(TAG, "Still have a chance to lose the initializacion of list fragment >(");
+ Log
_OC
.e(TAG, "Still have a chance to lose the initializacion of list fragment >(");
}
/// Second fragment
}
/// Second fragment
@@
-305,12
+303,12
@@
FileFragment.ContainerActivity, OnNavigationListener, OnSslUntrustedCertListener
}
} else {
}
} else {
- Log.wtf(TAG, "initFragments() called with invalid NULLs!");
+ Log
_OC
.wtf(TAG, "initFragments() called with invalid NULLs!");
if (getAccount() == null) {
if (getAccount() == null) {
- Log.wtf(TAG, "\t account is NULL");
+ Log
_OC
.wtf(TAG, "\t account is NULL");
}
if (getFile() == null) {
}
if (getFile() == null) {
- Log.wtf(TAG, "\t file is NULL");
+ Log
_OC
.wtf(TAG, "\t file is NULL");
}
}
}
}
}
}
@@
-1012,7
+1010,7
@@
FileFragment.ContainerActivity, OnNavigationListener, OnSslUntrustedCertListener
}
ocFileListFragment.setMessageForEmptyList(getString(message));
} else {
}
ocFileListFragment.setMessageForEmptyList(getString(message));
} else {
- Log.e(TAG, "OCFileListFragment is null");
+ Log
_OC
.e(TAG, "OCFileListFragment is null");
}
}
}
}