Loading core/java/android/app/UiAutomation.java +6 −3 Original line number Diff line number Diff line Loading @@ -1146,9 +1146,9 @@ public final class UiAutomation { executionStartTimeMillis = SystemClock.uptimeMillis(); eventQueueStartIndex = mEventQueue.size(); } if (DEBUG) { Log.d(LOG_TAG, "executeAndWaitForEvent: watchersCount=" + watchersDepth + ", eventQueueStartIndex=" + eventQueueStartIndex); if (VERBOSE) { Log.v(LOG_TAG, "executeAndWaitForEvent starts at depth=" + watchersDepth + ", " + "command=" + command + ", filter=" + filter + ", timeout=" + timeoutMillis); } try { Loading Loading @@ -1199,6 +1199,9 @@ public final class UiAutomation { } mLock.notifyAll(); } if (VERBOSE) { Log.v(LOG_TAG, "executeAndWaitForEvent ends at depth=" + watchersDepth); } } } Loading Loading
core/java/android/app/UiAutomation.java +6 −3 Original line number Diff line number Diff line Loading @@ -1146,9 +1146,9 @@ public final class UiAutomation { executionStartTimeMillis = SystemClock.uptimeMillis(); eventQueueStartIndex = mEventQueue.size(); } if (DEBUG) { Log.d(LOG_TAG, "executeAndWaitForEvent: watchersCount=" + watchersDepth + ", eventQueueStartIndex=" + eventQueueStartIndex); if (VERBOSE) { Log.v(LOG_TAG, "executeAndWaitForEvent starts at depth=" + watchersDepth + ", " + "command=" + command + ", filter=" + filter + ", timeout=" + timeoutMillis); } try { Loading Loading @@ -1199,6 +1199,9 @@ public final class UiAutomation { } mLock.notifyAll(); } if (VERBOSE) { Log.v(LOG_TAG, "executeAndWaitForEvent ends at depth=" + watchersDepth); } } } Loading