Added logging statements

This commit is contained in:
daniel oeh 2012-08-11 13:41:38 +02:00
parent 9d2a8a7750
commit 168d48cd02
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ public abstract class BitmapDecodeWorkerTask extends Thread {
if (AppConfig.DEBUG)
Log.d(TAG, "Finished loading bitmaps");
} else {
if (fileUrl == null) {
Log.w(TAG, "File URL is null");
} else {
Log.w(TAG, "File does not exist anymore.");
}
onInvalidFileUrl();
}
endBackgroundTask();