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

Commit ad9de462 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make IProtoLogConfigurationService a oneway interface" into main

parents 5f55dc7e a7e1df98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import com.android.internal.protolog.IProtoLogClient;
 *
 * {@hide}
 */
interface IProtoLogConfigurationService {
oneway interface IProtoLogConfigurationService {
    interface IRegisterClientArgs {
        String[] getGroups();
        boolean[] getGroupsDefaultLogcatStatus();