summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test_utils.h
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2017-05-08 10:18:47 -0700
committerAlex Light <allight@google.com>2017-05-08 16:25:51 -0700
commit9c48ee5bac5ef0d0af9c1ab079452c954affa019 (patch)
treefbcdc20e631424c052b4c35465722ad77e35fdca /compiler/optimizing/codegen_test_utils.h
parentbf2dd4baecee0e82608a83eca9738205446bcb03 (diff)
Lower flock LOG(FATAL) to LOG(WARNING)
Failing to unlock a file should not be a fatal error. The lock will usually be cleared right after this anyway by the file being closed. Even if it isn't though this should not cause deadlocks since most places either don't retry if they don't get the lock the first time or are separate binaries (such as dex2oat) that are run with external timeouts. Bug: 36369345 Test: ./test.py --host -j40 Change-Id: Icd783c038de3c263805e8de1bbc35b2ee8918340
Diffstat (limited to 'compiler/optimizing/codegen_test_utils.h')
0 files changed, 0 insertions, 0 deletions