Log Android LibraryLoader failures
We recently had a build break that removed a library dependency from Chrome, but was still required by Android.  Our LibraryLoader attempted to load it and failed, but didn't actually output the failing library.  This made it harder to track down the root cause than it should have been.
Make a Log.e() call for LibraryLoader failures that prints out the
library that we can't load.
BUG=
Review-Url: https://codereview.chromium.org/2728513003
Cr-Commit-Position: refs/heads/master@{#454339}
1 file changed