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

Commit a7e1df98 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Make IProtoLogConfigurationService a oneway interface

This makes logging configuration changes happen asynchronously, which reduces the likelihood of blocking the main thread or other latency critical threads.

Bug: 394821959
Change-Id: I5299fc43470e9a08c8e892744038efe123009fa4
Flag: android.tracing.client_side_proto_logging
parent dba6fffa
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();