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.java29 * <p>Generally, use the Log.v() Log.d() Log.i() Log.w() and Log.e()
46 * <pre>Log.v(TAG, "index=" + i);</pre>
47 * that when you're building the string to pass into Log.d, the compiler uses a
54 public final class Log { class
57 * Priority constant for the println method; use Log.v.
62 * Priority constant for the println method; use Log
108 private Log() { method in class:Log
[all...]

Completed in 6182 milliseconds