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

/frameworks/base/core/java/android/util/
H A DLog.java31 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
67 public static final int INFO = 4; field in class:Log
152 * Send an {@link #INFO} log message.
158 return println_native(LOG_ID_MAIN, INFO, tag, msg);
162 * Send a {@link #INFO} log message and log the exception.
169 return println_native(LOG_ID_MAIN, INFO, tag, msg + '\n' + getStackTraceString(tr));
196 * The default level of any tag is set to INFO. This means that any level above and including
197 * INFO will be logged. Before you make any calls to a logging method you should check to see
200 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp30 #define INFO(...) \ macro
38 INFO("assertion failed at file %s, line %d, function %s:",
40 INFO("%s", expr);
46 INFO("assertion failed at file %s, line %d, function %s:",
48 INFO("(expected) %s != (actual) %d", expr, actual);
229 INFO("%s", __func__);
241 INFO("%s", __func__);
243 INFO("data type = %d, size = %d", msgType, dataSize);
267 INFO("waitNotify: %d, %d, %d", msgType, op, count);
279 INFO("waitDat
[all...]

Completed in 174 milliseconds