| // 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. | |
| pub const DAEMON_LOG_BASENAME: &str = "ffx.daemon"; | |
| pub const DAEMON_LOG_FILENAME: &str = "ffx.daemon.log"; |