Searched defs:MultiDex (Results 1 - 1 of 1) sorted by relevance

/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDex.java57 public final class MultiDex { class
59 static final String TAG = "MultiDex";
79 private MultiDex() {} method in class:MultiDex
94 Log.i(TAG, "VM has multidex support, MultiDex support library is disabled.");
118 Log.w(TAG, "MultiDex is not guaranteed to work in SDK version "
154 Log.w(TAG, "Something went wrong when trying to clear old MultiDex extraction, "

Completed in 268 milliseconds