Image size logged

git-svn-id: http://svn.nordicsemi.no/applications/mobile/android/DFULibrary/trunk@5876 94a72e49-5737-764a-8bf3-0d5ceb61e552
This commit is contained in:
alno 2014-06-02 14:39:14 +00:00
parent 1c9eab5a0a
commit 36709fd78d
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ public abstract class DfuBaseService extends IntentService {
sendLogBroadcast(Level.INFO, "DFU Start sent (Op Code 1) ");
// send image size in bytes to DFU Packet
logi("Sending image size in bytes to DFU Packet");
logi("Sending image size to DFU Packet: " + mImageSizeInBytes + " bytes");
writeImageSize(gatt, packetCharacteristic, mImageSizeInBytes);
sendLogBroadcast(Level.INFO, "Firmware image size sent");