blob: 91efe4d2ff1d93ae314ad926e3b72e1a659f60b4 [file] [log] [blame]
// Copyright 2018 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.modular.internal;
// A debug interface exposed by `basemgr` to allow developer tools to control
// state within the `basemgr` process.
[Discoverable]
interface BasemgrDebug {
RestartSession();
};