| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Sometimes we end up with threads that have no slices to them, which was crashing
the startup analyzer. This change uses POSITIVE_INFINITY as the start time for
threads with no slices.
This change also includes a regression test that was generated by reducing a
trace that exercised this bug. Further regression tests should now be easier to
add.
Test: atest
Change-Id: Ibc82abb6406689b2e1f8c15558458d16e9f3f65d
|
| |
|
|
|
|
|
|
|
|
|
| |
Our Android.bp and TEST_MAPPING files were incorrect, so tests were not running
on presubmit. This change corrects this.
In addition, several tests were failing because we do not include sample trace
data in the repo. These tests are now skipped by introducing a @NeedsSampleData
annotation that is used to filter these tests out.
Change-Id: Ie7172a01bb9cf2fa6142fb0f70c1a698fa2dbe15
|
|
|
Bulk copy from previous team-gerrit
Test: make
Change-Id: I82234f36e6467b1d1e895feebd43f1891308c6bf
|