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

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java22 public class Log { class
/frameworks/base/core/java/android/util/
H A DLog.java28 * <p>Generally, use the Log.v() Log.d() Log.i() Log.w() and Log.e()
45 * <pre>Log.v(TAG, "index=" + i);</pre>
46 * that when you're building the string to pass into Log.d, the compiler uses a
53 public final class Log { class
56 * Priority constant for the println method; use Log.v.
61 * Priority constant for the println method; use Log
107 private Log() { method in class:Log
[all...]

Completed in 2880 milliseconds