Restore reverse order when parsing UploadList.
Before crrev/c/1460065, TextLogUploadList::ParseLogEntries returned a list of entries in reverse order. After this cl it is in the normal order. Because new crash upload are appended to the log file, the order in the source is oldest report first. The result is that crash reports were displayed in older first order, at least on iOS and Android. This CL restores the correct order of chrome://crashes which is showing newer crash uploaded first. Bug: 825994, 951449 Change-Id: Ib00d1f491773fbb3675e3a1927d36b75588c9401 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571406 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Auto-Submit: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#652227}
Showing
Please register or sign in to comment