commit | 82c9713b56fb9164d287c0511ec183741dfb1796 | [log] [tgz] |
---|---|---|
author | Boleyn Su <boleynsu@google.com> | Thu Feb 27 03:22:53 2020 +0900 |
committer | rohan <purohit.rohan@gmail.com> | Fri Aug 28 03:04:43 2020 -0400 |
tree | 23dcb5505d14619928aae7c78489280d5d2d1ed6 | |
parent | 58858877e49a62a424c5ec50aee911c7a3f33140 [diff] |
Fix a race conditon in `incident`. `incident` may exit too early, which leads to data lost. This commit fixes it. Bug: 144821874 Test: atest com.android.server.cts.IncidentdTest Change-Id: Ib73118cb690a8247049b5685ed0b227dad63f752 (cherry picked from commit c43df50a1c3be52a1aca14c8c2cd3af793e682ea)