commit | 4782768895d82d85e5300961976c8712a28073db | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Fri Feb 23 19:31:43 2024 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Sat Feb 24 00:10:43 2024 +0000 |
tree | a39c97a44ec26b7a054d1e19b34055bf2041d862 | |
parent | 9180f87bfaac7d0f063d1f59fa572e4751899af6 [diff] |
InputTracer: Use InputThread instead of std::thread We need to query PackageManager from the trace instace, so we will need access to the JVM from the tracer thread. Since std::thread does not have access to the JVM, use InputThread instead. Bug: 210460522 Test: manual with perfetto Change-Id: Ifb618765a269ae928d2310fc6af3daf55bf10dc9