Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb4d8405 authored by Yixiao Luo's avatar Yixiao Luo Committed by Android (Google) Code Review
Browse files

Merge "External TV Input Logging: fix parameter order" into main

parents 283e3d2c 6522d4e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3079,7 +3079,7 @@ public final class TvInputManagerService extends SystemService {
        }

        FrameworkStatsLog.write(FrameworkStatsLog.EXTERNAL_TV_INPUT_EVENT, eventType, inputState,
                inputType, displayName, vendorId, hdmiPort, tifSessionId);
                inputType, vendorId, hdmiPort, tifSessionId, displayName);
    }

    private static final class UserState {