commit | 581a63134d7fb2fd857d1ed2ca793ee524a7b194 | [log] [tgz] |
---|---|---|
author | Jing Ji <jji@google.com> | Thu Sep 07 18:00:15 2023 -0700 |
committer | Jing Ji <jji@google.com> | Thu Sep 07 18:00:15 2023 -0700 |
tree | 182aa74bbd392ba06ee09264a1feac96ec7b3728 | |
parent | df7bb7456abe6fe4ecdb151bdb58b07e6019628b [diff] |
Wait for persisting data into the dropbox if system_server crashes On process crashes, we'll kill the faulty process and also log the event into the dropbox asynchronously. However, if that process is the system_server itself, it might be killed before the event is persisted into the dropbox successfully. So now we'll wait for a while for the dropbox. Bug: 295976585 Test: Manual - induce a system_server crash and check dropbox. Change-Id: I0f3155d5ccfa039b9c5da6502ff5e9588e19acea