Fix GraphicsStatsValidationTest#testBasicDrawFrame

This test is failing sometimes on marlin and sailfish, which makes sense because they're old and
decrepit at this point.  It was requiring that there be LESS than a threshold of a maximum number
of frames and jank.  But if the device is janky, the point of this test is to ensure that it is
measured, not to ensure that there is not jank.

Instead, make the test require that at least a minimum number of janks were recorded

Test: atest CtsIncidentHostTestCases:com.android.server.cts.GraphicsStatsValidationTest#testBasicDrawFrame
Bug: 132084248
Change-Id: I10d7f99a371e7d90f241030432c61b43a2e726a9
1 file changed