1. 28 Oct, 2015 2 commits
  2. 23 Oct, 2015 2 commits
  3. 19 Oct, 2015 2 commits
  4. 30 Sep, 2015 5 commits
  5. 26 Sep, 2015 1 commit
    • Tao Bao's avatar
      updater: Skip empty lines in the transfer list file. · 6a47dffd
      Tao Bao authored
      We have the last line being empty as a result of
      android::base::Split("a\nb\n"), which leads to "missing command"
      warnings in the update. Just skip all the empty lines.
      
      Bug: 24373789
      Change-Id: I5827e4600bd5cf0418d95477e4592fec47bbd3a9
      6a47dffd
  6. 25 Sep, 2015 2 commits
  7. 24 Sep, 2015 2 commits
  8. 23 Sep, 2015 3 commits
  9. 18 Sep, 2015 2 commits
  10. 17 Sep, 2015 1 commit
    • Tao Bao's avatar
      recovery: Add timestamps in update logs. · 04ca4263
      Tao Bao authored
      Fork a logger process and send over the log lines through a pipe.
      Prepend a timestamp to each line for debugging purpose. Timestamps are
      relative to the start of the logger.
      
      Example lines with the change in this CL:
      
      [  445.948393] Verifying update package...
      [  446.279139] I:comment is 1738 bytes; signature 1720 bytes from end
      [  449.463652] I:whole-file signature verified against RSA key 0
      [  449.463704] I:verify_file returned 0
      
      Change-Id: I139d02ed8f2e944c1618c91d5cc43282efd50b99
      04ca4263
  11. 16 Sep, 2015 2 commits
  12. 14 Sep, 2015 2 commits
  13. 12 Sep, 2015 2 commits
  14. 10 Sep, 2015 5 commits
  15. 09 Sep, 2015 2 commits
  16. 08 Sep, 2015 4 commits
  17. 04 Sep, 2015 1 commit