Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 1e3804595b68e750446c28b31333307b30a34edb Mon Sep 17 00:00:00 2001 | |
| From: Amir Vadai <amir@vadai.me> | |
| Date: Thu, 16 Jun 2016 22:55:10 +0300 | |
| Subject: [PATCH] Logs: Fix zero width blocks in logs timeline | |
| Blocks in the log timeline are shown as thin lines - this is because the | |
| end time is not calculated properly. Date constructor accepts | |
| milliseconds and duration is in secconds. | |
| This is a regression introduced in commit e428260 ("Logs: Adjust for | |
| negative duration due to firmware bug"). |