commit | afe4e57318912df092863b4f52044655c33ac632 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Jun 09 16:05:19 2023 -0700 |
committer | Yabin Cui <yabinc@google.com> | Fri Jun 09 16:10:08 2023 -0700 |
tree | a3585dd1104b8fcc340762f079c3111b0d5062b9 | |
parent | 43fdbcecc8f1e091b38f5d0cc7d113abd4f8b844 [diff] |
simpleperf: Handle FileNotFoundError in binary_cache_builder.py When binary_cache_builder.py creates dirs for files pulled from device, the path may be too long on Windows. Report it as a warning instead of letting it abort the script. Bug: 285152880 Test: run test/test.py on windows. Change-Id: I4a7ecebf018a7729e73fd546a35380e8deefad90