summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resolve merge conflicts of ce58688 to nyc-dev-plus-aospTao Bao2016-03-171-2/+0
|\ | | | | | | | | | | | | am: 6f44637 * commit '6f446373fdda9e084e7cce86c4694f365e75951b': Revert "DO NOT MERGE Control fault injection with config files instead of build flags"
| * Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao2016-03-171-2/+0
| | | | | | | | | | | | | | This reverts commit f73abf36bcfd433a3fdd1664a77e8e531346c1b1. Bug: 27724259 Change-Id: I1301fdad15650837d0b1febd0c3239134e2b94fb
| * DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep2016-03-161-0/+2
| | | | | | | | | | Bug: 26570379 Change-Id: I76109d09276d6e3ed3a32b6fedafb2582f545c0c
| * Reboot and retry on I/O errorsTianjie Xu2016-03-101-0/+7
| | | | | | | | | | | | | | | | | | When I/O error happens, reboot and retry installation two times before we abort this OTA update. Bug: 25633753 Change-Id: Iba6d4203a343a725aa625a41d237606980d62f69 (cherry picked from commit 3c62b67faf8a25f1dd1c44dc19759c3997fdfd36)
* | Merge "Reboot and retry on I/O errors" am: 94dc34148c am: 90f01a4203Tianjie Xu2016-03-081-0/+7
|\ \ | | | | | | | | | | | | | | | | | | am: 9a83ca02a3 * commit '9a83ca02a32a21f00c7328269ab2c05940928452': Reboot and retry on I/O errors
| * | Reboot and retry on I/O errorsTianjie Xu2016-03-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | When I/O error happens, reboot and retry installation two times before we abort this OTA update. Bug: 25633753 Change-Id: Iba6d4203a343a725aa625a41d237606980d62f69
| * | Control fault injection with config files instead of build flagsJed Estep2016-02-231-0/+2
| | | | | | | | | | | | | | | | | | Bug: 26570379 Change-Id: I76109d09276d6e3ed3a32b6fedafb2582f545c0c (cherry picked from commit d940887dde23597dc358b16d96ca48dd7480fee6)
| * | recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-0/+169
| / | | | | | | | | | | Mostly trivial changes to make cpp compiler happy. Change-Id: I69bd1d96fcccf506007f6144faf37e11cfba1270
* | Merge "Control fault injection with config files instead of build flags"Jed Estep2016-02-231-0/+2
|\ \
| * | Control fault injection with config files instead of build flagsJed Estep2016-02-201-0/+2
| |/ | | | | | | | | Bug: 26570379 Change-Id: I76109d09276d6e3ed3a32b6fedafb2582f545c0c
* / Fix integer overflows in recovery procedure.Yabin Cui2016-02-181-7/+6
|/ | | | | Bug: 26960931 Change-Id: Ieae45caccfb4728fcf514f0d920976585d8e6caf
* recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-0/+169
Mostly trivial changes to make cpp compiler happy. Change-Id: I1b0481465c67c3bbca35a839d0764190d84ff34e (cherry picked from commit ba9a42aa7e10686de186636fe9fecbf8c4cc7c19)