Clarify failure to load the crazy linker library.
commit1058da0068ab500229a385fe30e67a635c94c4ea
authorsimonb <simonb@chromium.org>
Tue, 28 Oct 2014 17:20:26 +0000 (28 10:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Oct 2014 17:20:44 +0000 (28 17:20 +0000)
tree691c7ae5fbbe2c0f2fff70a6692b8ee18926e6ff
parenta4417cf8d3d21341f9866ebdf50a1702280586c5
Clarify failure to load the crazy linker library.

On failure to load libchromium_android_linker.so, we retry with
libchromium_android_linker.cr.so.  If the latter fails then only
the name 'libchromium_android_linker.cr.so' appears in the logcat.

This is confusing where (commonly) this is not a components build.

Add a warning to clarify that libchromium_android_linker.cr.so
is a load retry with a different name.

BUG=

Review URL: https://codereview.chromium.org/683163003

Cr-Commit-Position: refs/heads/master@{#301654}
base/android/java/src/org/chromium/base/library_loader/Linker.java