Searched refs:logString (Results 1 - 3 of 3) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java237 String logString = String.format("clickAndSync(%d, %d)", x, y);
238 Log.d(LOG_TAG, logString);
255 String logString = String.format("clickAndWaitForNewWindow(%d, %d)", x, y);
256 Log.d(LOG_TAG, logString);
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DInteractionController.java237 String logString = String.format("clickAndSync(%d, %d)", x, y);
238 Log.d(LOG_TAG, logString);
255 String logString = String.format("clickAndWaitForNewWindow(%d, %d)", x, y);
256 Log.d(LOG_TAG, logString);
/frameworks/av/services/audioflinger/
H A DThreads.cpp2176 // So if you need to log when mutex is unlocked, set logString to a non-NULL string,
2178 const char *logString = NULL; local
2194 if (logString != NULL) {
2196 mNBLogWriter->log(logString);
2197 logString = NULL;

Completed in 91 milliseconds