OSDN Git Service

Fixed check if zip file was generated properly.
authorFelipe Leme <felipeal@google.com>
Thu, 19 Nov 2015 23:30:35 +0000 (15:30 -0800)
committerFelipe Leme <felipeal@google.com>
Thu, 19 Nov 2015 23:30:35 +0000 (15:30 -0800)
commit0be2b76ce9a0c943f7aad445bdf5be796c937618
treec7cce2f28d9057e600e0d3e6ecb34b434ca92944
parentf24aae872d79982899fed4911141b05c874b0c50
Fixed check if zip file was generated properly.

During the earlier development stages, this function was returning an
int and later it was changed to boolean, but the check was not updated.

BUG: 25563823
Change-Id: I77f50bf2184d5dd4da2156a5eca4c8a555b567a4
cmds/dumpstate/dumpstate.cpp