| Alexander Hansen | 46a755f | 2025-10-27 16:31:08 +0100 | [diff] [blame^] | 1 | // SPDX-License-Identifier: Apache-2.0 |
| 2 | // SPDX-FileCopyrightText: Copyright 2019 Google Inc |
| Patrick Venture | c32e3fc | 2019-02-28 10:01:11 -0800 | [diff] [blame] | 3 | |
| Josh Lehan | de74542 | 2020-11-07 02:14:09 -0800 | [diff] [blame] | 4 | #include "tuning.hpp" |
| 5 | |
| Patrick Venture | c32e3fc | 2019-02-28 10:01:11 -0800 | [diff] [blame] | 6 | #include <string> |
| 7 | |
| Patrick Venture | de79ee0 | 2019-05-08 14:50:00 -0700 | [diff] [blame] | 8 | bool tuningEnabled = false; |
| 9 | |
| 10 | std::string loggingPath; |
| 11 | bool loggingEnabled = false; |
| Bonnie Lo | c51ba91 | 2022-10-12 14:07:22 +0800 | [diff] [blame] | 12 | |
| 13 | bool debugEnabled = false; |
| Josh Lehan | de74542 | 2020-11-07 02:14:09 -0800 | [diff] [blame] | 14 | |
| 15 | bool coreLoggingEnabled = false; |