Lines Matching refs:ALOGW
209 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.", in LoadNativeBridge()
236 ALOGW("Unsupported native bridge interface."); in LoadNativeBridge()
296 ALOGW("Instruction set %s is malformed, must be less than or equal to 10 characters.", in PreInitializeNativeBridge()
322 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno)); in PreInitializeNativeBridge()
326 ALOGW("Mac OS does not support bind-mounting. Host simulation of native bridge impossible."); in PreInitializeNativeBridge()
337 ALOGW("Could not find %s field.", field); in SetCpuAbi()
344 ALOGW("Could not create string %s.", value); in SetCpuAbi()
356 ALOGW("No JNIEnv* to set up app environment."); in SetupEnvironment()
370 ALOGW("Out of memory while setting up app environment."); in SetupEnvironment()
385 ALOGW("Could not find Build class."); in SetupEnvironment()
400 ALOGW("Could not find System#setUnchangeableSystemProperty."); in SetupEnvironment()
404 ALOGW("Could not find System class."); in SetupEnvironment()
422 ALOGW("Cannot create code cache directory %s: %s.", app_code_cache_dir, strerror(errno)); in InitializeNativeBridge()
426 ALOGW("Cannot stat code cache directory %s: %s.", app_code_cache_dir, strerror(errno)); in InitializeNativeBridge()
430 ALOGW("Code cache is not a directory %s.", app_code_cache_dir); in InitializeNativeBridge()