From e4301ffb56f9be6f6c2640bfb1870b74f4a37ad2 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 17 Feb 2015 19:25:29 -0800 Subject: ART: Make run-tests more verbose Make run-tests log ERROR level on host. Adjust some internal LOG(ERROR) to LOG(WARNING). Add check scripts to adjust for other LOG(ERROR) messages. Bug: 18713034 Change-Id: I2a3e055baa6a0e31f106364c300c20963a59ed94 --- runtime/native/java_lang_Runtime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native/java_lang_Runtime.cc') diff --git a/runtime/native/java_lang_Runtime.cc b/runtime/native/java_lang_Runtime.cc index dc0cb7b..97b17bf 100644 --- a/runtime/native/java_lang_Runtime.cc +++ b/runtime/native/java_lang_Runtime.cc @@ -65,7 +65,7 @@ static jstring Runtime_nativeLoad(JNIEnv* env, jclass, jstring javaFilename, job Fn android_update_LD_LIBRARY_PATH = reinterpret_cast(sym); (*android_update_LD_LIBRARY_PATH)(ldLibraryPath.c_str()); } else { - LOG(ERROR) << "android_update_LD_LIBRARY_PATH not found; .so dependencies will not work!"; + LOG(WARNING) << "android_update_LD_LIBRARY_PATH not found; .so dependencies will not work!"; } } -- cgit v1.1