Fix incorrect ActiveGestureLog string
Flag: com.android.launcher3.enable_state_manager_proto_log Fixes: 389977881 Test: checked logs Change-Id: I7dd51d14a9a4d3bb75c83ea8aa5dce4b62ed9040
This commit is contained in:
@@ -395,11 +395,11 @@ public class ActiveGestureProtoLogProxy {
|
||||
|
||||
public static void logOnRecentsAnimationStart(int appCount) {
|
||||
ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString(
|
||||
"RecentsAnimationCallbacks.onAnimationStart (canceled): %d", appCount),
|
||||
"RecentsAnimationCallbacks.onAnimationStart: %d", appCount),
|
||||
/* gestureEvent= */ ON_START_RECENTS_ANIMATION);
|
||||
if (!enableActiveGestureProtoLog() || !isProtoLogInitialized()) return;
|
||||
ProtoLog.d(ACTIVE_GESTURE_LOG,
|
||||
"RecentsAnimationCallbacks.onAnimationStart (canceled): %d", appCount);
|
||||
"RecentsAnimationCallbacks.onAnimationStart: %d", appCount);
|
||||
}
|
||||
|
||||
public static void logStartRecentsAnimationCallback(@NonNull String callback) {
|
||||
|
||||
Reference in New Issue
Block a user