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

Commit 6522d4e7 authored by Yixiao Luo's avatar Yixiao Luo
Browse files

External TV Input Logging: fix parameter order

Bug: 279185950
Test: m
Change-Id: I83e49b1da852b60ddeb71aff9c21974dec22cdc6
parent 7736778e
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 {