Lines Matching refs:TAG

158     private static final String TAG = "chromium_android_linker";
231 if (DEBUG) Log.i(TAG, "Loading lib" + TAG + ".so");
233 System.loadLibrary(TAG);
236 System.loadLibrary(TAG + ".cr");
240 Log.w(TAG, "This system cannot safely share RELRO sections");
242 if (DEBUG) Log.i(TAG, "This system supports safe shared RELRO sections");
258 Log.w(TAG, "Low-memory device: shared RELROs used in all processes");
261 Log.w(TAG, "Beware: shared RELROs used in all processes!");
269 if (DEBUG) Log.i(TAG, "Linker disabled");
307 if (DEBUG) Log.i(TAG, "setTestRunnerByClassName(" + testRunnerClassName + ") called");
339 if (DEBUG) Log.i(TAG, "setMemoryDeviceConfig(" + memoryDeviceConfig + ") called");
348 Log.i(TAG, "Simulating a low-memory device");
350 Log.i(TAG, "Simulating a regular-memory device");
399 if (DEBUG) Log.i(TAG, "prepareLibraryLoad() called");
417 if (DEBUG) Log.i(TAG, "finishLibraryLoad() called");
419 if (DEBUG) Log.i(TAG, String.format(
427 if (DEBUG) Log.i(TAG, "No libraries loaded");
434 Log.i(TAG, "Shared RELRO created");
465 if (DEBUG) Log.i(TAG, "Instantiating " + sTestRunnerClassName);
471 Log.e(TAG, "Could not extract test runner class name", e);
476 Log.wtf(TAG, "Linker runtime tests failed in this process!!");
479 Log.i(TAG, "All linker tests passed!");
484 if (DEBUG) Log.i(TAG, "finishLibraryLoad() exiting");
510 Log.i(TAG, "useSharedRelros() called with " + bundle +
529 if (DEBUG) Log.i(TAG, "getSharedRelros() called");
532 if (DEBUG) Log.i(TAG, "... returning null Bundle");
537 if (DEBUG) Log.i(TAG, "... returning " + sSharedRelros);
548 if (DEBUG) Log.i(TAG, "disableSharedRelros() called");
564 Log.i(TAG, String.format(
590 Log.w(TAG, "Shared RELRO sections are disabled in this process!");
595 if (DEBUG) Log.i(TAG, String.format(Locale.US, "getBaseLoadAddress() returns 0x%x",
611 Log.w(TAG, "Disabling shared RELROs due address space pressure");
643 Log.i(TAG,
651 if (DEBUG) Log.i(TAG, "Bundle has " + bundle.size() + " items: " + bundle);
664 if (DEBUG) Log.i(TAG, "Linker.useSharedRelrosLocked() called");
667 if (DEBUG) Log.i(TAG, "null bundle!");
672 if (DEBUG) Log.i(TAG, "System does not support RELRO sharing");
677 if (DEBUG) Log.i(TAG, "No libraries loaded!");
689 Log.w(TAG, "Could not use shared RELRO section for " + libName);
691 if (DEBUG) Log.i(TAG, "Using shared RELRO section for " + libName);
699 if (DEBUG) Log.i(TAG, "Linker.useSharedRelrosLocked() exiting");
735 if (DEBUG) Log.i(TAG, "loadLibrary: " + library);
741 if (library.equals(TAG) || library.equals(TAG + ".cr")) {
742 if (DEBUG) Log.i(TAG, "ignoring self-linker load");
761 if (DEBUG) Log.i(TAG, "Not loading " + libName + " twice");
779 Log.e(TAG, errorMessage);
786 Log.e(TAG, errorMessage);
801 Log.i(TAG, String.format(
812 Log.w(TAG, String.format(Locale.US,
816 if (DEBUG) Log.i(TAG,
835 if (DEBUG) Log.i(TAG, "Library details " + libInfo.toString());
957 if (DEBUG) Log.e(TAG, "Failed to close fd: " + mRelroFd);
987 Log.e(TAG, "Cant' write LibInfo file descriptor to parcel", e);