commit | efd0dec24f3013a1cff26765b8b5bde22087e331 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Tue Feb 18 02:16:09 2025 -0800 |
committer | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Feb 19 03:54:13 2025 -0800 |
tree | 5cb8255145da55ff3369cb05041f62afc7633a93 | |
parent | 0e8091312485670e84ee17daf25256e5836112b0 [diff] |
Avoid mocking the Process class in DexUseManagerTest. Process is a class on bootclasspath, so the test framework may use it as well. If we mock it, we affect the test framework, causing unexpected behaviors. Bug: 397234253 Bug: 397561164 Change-Id: I94f8b46b272374904b8ffbba46ebd30e4ea75019 Test: Presubmit