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

Commit 705933ed authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11753769 from ce828705 to 24Q3-release

Change-Id: I5673811cc923090e2c4ddf805f4ae9558086cd80
parents aacbb0fa ce828705
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
# Bug component: 298624585
# Bug component: 153446


include platform/frameworks/native:/cmds/dumpstate/OWNERS
include platform/frameworks/native:/cmds/dumpstate/OWNERS
+3 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,9 @@ parcelable SessionConfig {
    /**
    /**
     * The session's unique ID, used to identify the session for debugging and
     * The session's unique ID, used to identify the session for debugging and
     * for multiplexing on the per-process FMQ channel.
     * for multiplexing on the per-process FMQ channel.
     *
     * Values that fit in the 32-bit int range value must be provided when using
     * the FMQ API, as the FMQ messages can only accept 32-bit Session IDs.
     */
     */
    long id;
    long id;
}
}