OSDN Git Service

Fix ProfileSaver logging
authorCalin Juravle <calin@google.com>
Thu, 18 May 2017 05:02:07 +0000 (22:02 -0700)
committerCalin Juravle <calin@google.com>
Thu, 18 May 2017 05:31:35 +0000 (22:31 -0700)
commit195085d9e4b2f56b443fbc121193fa72af56b62a
tree40c95be3a2db718e7edb8eb5b723cd9e79dc43f5
parent93c65fcd61bc3c8e17b70024ce8beece1df8e798
Fix ProfileSaver logging

The LOG(ERROR) should have been a LOG(WARNING) and because the
run-test captures the errors, test 595 is failing.

Test: m test-art-host-run-test-595-profile-saving
Bug: 37711886
Change-Id: I69fa46d763e8e5f59c0f6a9778f725ee559eff6a
runtime/jit/profile_saver.cc