From 395f8ec2b2c9bfd56ea4e30f4f6015471a72ea38 Mon Sep 17 00:00:00 2001 From: Pablo Gamito Date: Tue, 27 Dec 2022 11:29:41 +0000 Subject: [PATCH] Don't show single timestamp timeline error message when we have no timestamps at all Fixes: 263771992 Test: n/a Change-Id: Ie2cdc6096a199f27f4f8d192cd67b25257737392 --- .../src/app/components/timeline/timeline.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winscope-ng/src/app/components/timeline/timeline.component.ts b/tools/winscope-ng/src/app/components/timeline/timeline.component.ts index 64f547710..a877ba047 100644 --- a/tools/winscope-ng/src/app/components/timeline/timeline.component.ts +++ b/tools/winscope-ng/src/app/components/timeline/timeline.component.ts @@ -157,7 +157,7 @@ import { TimeUtils } from "common/utils/time_utils";

No timeline to show!

All loaded traces contain no timestamps!

-
+

No timeline to show!

Only a single timestamp has been recorded.