TraceProcessor: don't skip log events < first clock snapshot

The code was logically broken. The clock snapshot does NOT always
match the beginning of the trace. It matches the very first time
the buffer is read. In ring-buffer-mode that matches the END
of the trace.

Bug: 122243384
Test: tools/diff_test_trace_processor.py
Change-Id: I25ef68f71c2a32fde150e839daeb43bcf3f727d2
diff --git a/tools/install-build-deps b/tools/install-build-deps
index 307afd4..d3309c0 100755
--- a/tools/install-build-deps
+++ b/tools/install-build-deps
@@ -188,8 +188,8 @@
 
   # Example traces for regression tests.
   ('buildtools/test_data.zip',
-   'https://storage.googleapis.com/perfetto/test-data-20190106.zip',
-   '145f3d039cc27f64665321bd0c8382bd8c11332b',
+   'https://storage.googleapis.com/perfetto/test-data-20190110.zip',
+   '3d6b98a8267782d297594fd1f49789f3f0869eff',
    'all',
   ),