Home | History | Annotate | Download | only in analysis

Lines Matching full:logw

181             LOGW("DexOpt: file has zero length and isn't writable\n");
220 LOGW("Cached DEX '%s' (%s) is stale and not writable\n",
249 LOGW("Warning: unable to truncate cache file '%s': %s\n",
254 LOGW("Warning: unable to remove cache file '%s': %d %s\n",
351 LOGW("Rejecting recursive optimization attempt on '%s'\n", fileName);
378 LOGW("ANDROID_ROOT not set, defaulting to /system\n");
490 LOGW("DexOpt: --- END '%s' --- status=0x%04x, process failed\n",
626 LOGW("msync failed: %s\n", strerror(errno));
668 LOGW("Failed writing dependencies\n");
688 LOGW("Failed writing aux data\n");
847 LOGW("DexOpt: stale opt version (0x%02x %02x %02x %02x)\n",
852 LOGW("DexOpt: weird deps length %d, bailing\n", optHdr.depsLength);
890 LOGW("DexOpt: seek to deps failed: %s\n", strerror(errno));
899 LOGW("DexOpt: unable to allocate %d bytes for deps\n",
905 LOGW("DexOpt: failed reading deps: %d of %d (err=%s)\n",
986 LOGW("DexOpt: Spurious dep data? %d vs %d\n",
1449 LOGW("DexOpt: can't inline %s.%s %s: method not found\n",
1454 LOGW("DexOpt: WARNING: inline op on non-final class/method "
1462 LOGW("DexOpt: WARNING: inline op on synchronized method "
1794 LOGW("DexOpt: resolve class illegal access: %s -> %s\n",
2030 LOGW("DexOpt: method is in an interface\n");
2080 LOGW("DexOpt: pure-abstract method '%s' in %s\n",
2275 LOGW("Found non-abstract interface method %s.%s %s\n",