Track backup and restore progress

Track backup and restore progress based on the sizes of the files
as they are being added to the tar backup file. Update the
progress bar based on the sizes of the files.

Change-Id: Idf649efa1db3e91830b4b2add86203a3f30042ff
This commit is contained in:
Ethan Yonker
2014-07-03 15:09:22 -05:00
parent bf2cb1c4d8
commit 1b7a31bd65
29 changed files with 1005 additions and 72 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ LOCAL_SRC_FILES := \
twrpTar.cpp \
twrpDU.cpp \
twrpDigest.cpp \
find_file.cpp
find_file.cpp \
infomanager.cpp
LOCAL_SRC_FILES += \
data.cpp \