| // SPDX-License-Identifier: Apache-2.0 | |
| // SPDX-FileCopyrightText: Copyright 2019 Google Inc | |
| #include "tuning.hpp" | |
| #include <string> | |
| bool tuningEnabled = false; | |
| std::string loggingPath; | |
| bool loggingEnabled = false; | |
| bool debugEnabled = false; | |
| bool coreLoggingEnabled = false; |