blob: 97fe9580f1d4a6c387804df6c3942b39e1d14d3a [file] [log] [blame]
// 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.
library fuchsia.diagnostics.internal;
/// Controller for a log-stats instance. A no-op protocol to work around limitations of eager
/// components.
[Discoverable]
protocol LogStatsController {
};