Skip to content
  1. Jan 19, 2017
    • Tianjie Xu's avatar
      Add checkers and tests for empty locale in PNG file · d17a6885
      Tianjie Xu authored
      match_locale() will return false for empty locale string in the PNG
      file. Also add a manual test to validate if a PNG file is qualified to
      use under recovery.
      
      Bug: 34054052
      Test: recovery_manual_test catches invalid PNG files successfully & Locale_test passed
      
      Change-Id: Id7e2136e1d8abf20da15825aa7901effbced8b03
      d17a6885
  2. Jan 17, 2017
  3. Jan 14, 2017
  4. Jan 13, 2017
  5. Jan 12, 2017
  6. Jan 11, 2017
  7. Jan 10, 2017
  8. Jan 09, 2017
    • Tianjie Xu's avatar
      Do not inject I/O fault on a retry · 47282420
      Tianjie Xu authored
      We could inject I/O faults during an OTA update for test purpose. But we
      should skip the injection if the update is an retry. Otherwise the
      update test will simply keeps failing.
      
      Bug: 34159970
      Test: Apply the same package on angler and the update succeeds on the 2nd try.
      Change-Id: Id274e5475e3bc8d25d50a8cf61a77d2e32c569d6
      47282420
    • Elliott Hughes's avatar
      Address review comment. · ff8fdc95
      Elliott Hughes authored
      Bug: N/A
      Test: N/A
      Change-Id: I9467286e57522c6ed640a3599cb678ac10d9e2a4
      ff8fdc95
    • Elliott Hughes's avatar
    • Tao Bao's avatar
      Merge "recovery: Fix the argument parsing." · 33808f16
      Tao Bao authored
      33808f16
    • Tao Bao's avatar
      recovery: Fix the argument parsing. · 570af9dc
      Tao Bao authored
      Commit f0ed159f unintentionally changed
      the behavior when parsing the arguments from BCB and command file. It
      should only parse the command file for arguments if BCB doesn't supply
      any.
      
      As a result, it shows the following from the log:
      I:Got 2 arguments from boot message
      I:Got 3 arguments from /cache/recovery/command
      
      Test: Set arguments in BCB and command file both. It should only use the
            arguments from BCB.
      
      Change-Id: Idf371137aa9177f1b2dfdfecf0c9f46959d2ee76
      570af9dc
  9. Jan 07, 2017
  10. Jan 06, 2017
  11. Jan 05, 2017
  12. Jan 04, 2017
  13. Jan 03, 2017
  14. Dec 29, 2016
    • Tao Bao's avatar
      updater: Clean up CreateStash(). · 51412212
      Tao Bao authored
      Change the stash size computation from int to size_t.
      
      Test: Apply an incremental BBOTA with the new updater.
      Change-Id: Ib45b71b826fec6aa0ffafc67c17735825634eae0
      51412212
  15. Dec 28, 2016
Loading