+ if (mTransferred < maxCount) { // condition to avoid accumulate progress for repeated chunks
+ Log_OC.d(TAG, "aƱadiendo a mTransfered " + mTransferred + " readCount " + readCount + " hasta " + (mTransferred + readCount));
+ mTransferred += readCount;
+ }