commit | 3bc73d9123194cabadb8759e92ef5935f10a688d | [log] [tgz] |
---|---|---|
author | Pablo Gamito <pablogamito@google.com> | Thu May 02 14:18:39 2024 +0000 |
committer | Pablo Gamito <pablogamito@google.com> | Thu May 02 14:18:39 2024 +0000 |
tree | c5b2405678bf53a659d710830171165dfc5503d1 | |
parent | 731423a02e144d9bcb19a3f1e71c1b1b7d4032ee [diff] |
Use single thread ExecutorService to process ProtoLogging We were using a CachedThreadPool which has no upper bound on the number of threads. So if we traced a lot in a fast succession we could end up with too many thread for Perfetto to handle. Bug: 337222696 Test: Make sure atest com.android.server.wm.flicker.launch can finish without crashing Change-Id: I837960abcd7c159855b0da9dee709fe06a452357