Android-cuttlefish cvd tool
log_names.h
Go to the documentation of this file.
1//
2// Copyright (C) 2026 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15
16#pragma once
17
18namespace cuttlefish {
19
20// Per instance log names.
21inline constexpr char kLogNameAssembleCvd[] = "assemble_cvd.log";
22inline constexpr char kLogNameBuildInfo[] = "build_info.log";
23inline constexpr char kLogNameCrosvmOpenWrt[] = "crosvm_openwrt.log";
24inline constexpr char kLogNameCrosvmOpenWrtBoot[] = "crosvm_openwrt_boot.log";
25inline constexpr char kLogNameFetch[] = "fetch.log";
26inline constexpr char kLogNameKernel[] = "kernel.log";
27inline constexpr char kLogNameLauncher[] = "launcher.log";
28inline constexpr char kLogNameLogcat[] = "logcat";
29inline constexpr char kLogNameMetrics[] = "metrics.log";
30inline constexpr char kLogNameMetricsV2[] = "metrics_v2.log";
31inline constexpr char kLogNameModemSimulator[] = "modem_simulator.log";
32
33} // namespace cuttlefish
Definition: alloc_driver.h:20
constexpr char kLogNameFetch[]
Definition: log_names.h:25
constexpr char kLogNameCrosvmOpenWrt[]
Definition: log_names.h:23
constexpr char kLogNameModemSimulator[]
Definition: log_names.h:31
constexpr char kLogNameLauncher[]
Definition: log_names.h:27
constexpr char kLogNameBuildInfo[]
Definition: log_names.h:22
constexpr char kLogNameMetrics[]
Definition: log_names.h:29
constexpr char kLogNameMetricsV2[]
Definition: log_names.h:30
constexpr char kLogNameAssembleCvd[]
Definition: log_names.h:21
constexpr char kLogNameLogcat[]
Definition: log_names.h:28
constexpr char kLogNameCrosvmOpenWrtBoot[]
Definition: log_names.h:24
constexpr char kLogNameKernel[]
Definition: log_names.h:26