More logging for swiping to Overview instead of All Apps

Bug: 156095088
Change-Id: Ia4d59b43225c7652cfc0ae72c05a5477deeb842b
This commit is contained in:
vadimt
2020-05-19 12:49:17 -07:00
parent d5315f8c29
commit f95cfce267
2 changed files with 18 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ public abstract class AbstractStateChangeTouchController
mToState = newToState;
if (TestProtocol.sDebugTracing) {
Log.d(TestProtocol.OVERIEW_NOT_ALLAPPS, "reinitCurrentAnimation: "
+ newToState.ordinal);
+ newToState.ordinal + " " + getClass().getSimpleName());
}
mStartProgress = 0;