Searched refs:logWithStack (Results 1 – 3 of 3) sorted by relevance
44 import static com.android.server.wm.WindowManagerService.logWithStack;410 logWithStack(TAG, "Window " + this + " destroying surface " in destroySurfaceLocked()750 if (DEBUG_ANIM) logWithStack(TAG, "Loaded animation " + a + " for " + this); in applyAnimationLocked()
62 import static com.android.server.wm.WindowManagerService.logWithStack;2924 logWithStack(TAG, "Loaded animation " + a + " for " + this in loadAnimation()
2129 logWithStack(TAG, str); in logSurface()2135 static void logWithStack(String tag, String s) { in logWithStack() method in WindowManagerService