Loading core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +8 −5 Original line number Diff line number Diff line Loading @@ -216,12 +216,15 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen mDataSource.unregisterOnStopCallback(this); if (android.tracing.Flags.clientSideProtoLogging()) { mBackgroundLoggingService.execute(() -> { try { mConfigurationService.unregisterClient(this); } catch (RemoteException e) { throw new RuntimeException("Failed to unregister ProtoLog client", e); } }); } mBackgroundLoggingService.shutdown(); } @NonNull Loading Loading
core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +8 −5 Original line number Diff line number Diff line Loading @@ -216,12 +216,15 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen mDataSource.unregisterOnStopCallback(this); if (android.tracing.Flags.clientSideProtoLogging()) { mBackgroundLoggingService.execute(() -> { try { mConfigurationService.unregisterClient(this); } catch (RemoteException e) { throw new RuntimeException("Failed to unregister ProtoLog client", e); } }); } mBackgroundLoggingService.shutdown(); } @NonNull Loading