Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3844a02 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update exception thrown by trace processor on failure to parse

Bug: 400513449
Test: atest TracingTests
Flag: TEST_ONLY
Change-Id: I9428ec336017783c177af4a205faaafc4442f3b0
parent 2f5026db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ public class ProcessedPerfettoProtoLogImplTest {
        }

        final ResultReader reader = new ResultReader(mWriter.write(), mTraceConfig);
        assertThrows(IllegalStateException.class, reader::readProtoLogTrace);
        assertThrows(java.net.ConnectException.class, reader::readProtoLogTrace);
    }

    @Test