blob: 7a638d153cf77073e3b89e9a3acf22728850848b [file]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
deprecated_syntax;
library fuchsia.diagnostics.internal;
/// Controller for a log-stats instance. A no-op protocol to work around limitations of eager
/// components.
[Discoverable]
protocol LogStatsController {
};