demo 例子优化
This commit is contained in:
@@ -50,7 +50,7 @@ public class CheckDEntityUtil implements ICheckEntityUtil {
|
||||
@Override
|
||||
public boolean checkEntity() {
|
||||
if (mWrapper.getErrorEvent() != null) {
|
||||
ALog.e(TAG, String.format("下载失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
ALog.e(TAG, String.format("任务操作失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ public class CheckDGEntityUtil implements ICheckEntityUtil {
|
||||
@Override
|
||||
public boolean checkEntity() {
|
||||
if (mWrapper.getErrorEvent() != null) {
|
||||
ALog.e(TAG, String.format("操作失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
ALog.e(TAG, String.format("任务操作失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ public class CheckFtpDirEntityUtil implements ICheckEntityUtil {
|
||||
@Override
|
||||
public boolean checkEntity() {
|
||||
if (mWrapper.getErrorEvent() != null) {
|
||||
ALog.e(TAG, String.format("下载失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
ALog.e(TAG, String.format("任务操作失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ public class CheckUEntityUtil implements ICheckEntityUtil {
|
||||
@Override
|
||||
public boolean checkEntity() {
|
||||
if (mWrapper.getErrorEvent() != null) {
|
||||
ALog.e(TAG, String.format("上传失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
ALog.e(TAG, String.format("任务操作失败,%s", mWrapper.getErrorEvent().errorMsg));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user