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

Unified Diff: base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java

Issue 949803002: Deconstructed APK prototyping Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « apk/simple_jni.cc ('k') | build/android/gyp/deconstruct_apk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
diff --git a/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java b/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
index d68fb4a814a19f1e187fd0afe77a2227b5df40e4..62d5348b8df349502b751e22edc05a0c8d4eb652 100644
--- a/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
+++ b/base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
@@ -299,6 +299,7 @@ public class LibraryLoader {
} else {
// Load libraries using the system linker.
for (String library : NativeLibraries.LIBRARIES) {
+ android.util.Log.e("MAGIC", library);
System.loadLibrary(library);
}
}
« no previous file with comments | « apk/simple_jni.cc ('k') | build/android/gyp/deconstruct_apk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698