blob: abfa68400458bc1ae2fc82fed6eaa8c870501c5e [file] [log] [blame]
// 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;