"init/init.h" did not exist on "e54eebbf1a908d65ee8cf80bab62821c05666d70"
  • 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
recovery.cpp 41.1 KB