Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2225)

Unified Diff: base/android/linker/linker_jni.cc

Issue 375883002: Fix compilation error encountered when DEBUG set to 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/linker/linker_jni.cc
diff --git a/base/android/linker/linker_jni.cc b/base/android/linker/linker_jni.cc
index 28ed75ad41f328e0ab26b1758a0c045ae2b14b04..be4a5ed30df2c3b6ca99830020bb11835153200b 100644
--- a/base/android/linker/linker_jni.cc
+++ b/base/android/linker/linker_jni.cc
@@ -267,7 +267,7 @@ bool GenericLoadLibrary(
s_lib_info_fields.SetLoadInfo(
env, lib_info_obj, info.load_address, info.load_size);
- LOG_INFO("%s: Success loading library %s", __FUNCTION__, lib_basename);
+ LOG_INFO("%s: Success loading library %s", __FUNCTION__, library_name);
return true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698