Searched refs:logWithStack (Results 1 – 3 of 3) sorted by relevance
43 import static com.android.server.wm.WindowManagerService.logWithStack;593 if (DEBUG_VISIBILITY) logWithStack(TAG, "Window " + this + " destroying surface " in destroySurfaceLocked()1379 if (DEBUG_ANIM) logWithStack(TAG, "Loaded animation " + a + " for " + this); in applyAnimationLocked()
80 import static com.android.server.wm.WindowManagerService.logWithStack;1431 if (DEBUG_ORIENTATION) logWithStack(TAG, "Set freezing of " + appToken + ": hidden=" in startFreezingScreen()2682 if (DEBUG_ANIM) logWithStack(TAG, "Loaded animation " + a + " for " + this); in loadAnimation()
1855 logWithStack(TAG, str); in logSurface()1866 static void logWithStack(String tag, String s) { in logWithStack() method in WindowManagerService