blob: 6c1c813001c2caf21dd19610566d6df4354a095a [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DEBUGD_SRC_CONSTANTS_H_
#define DEBUGD_SRC_CONSTANTS_H_
namespace debugd {
// The file path used to indicate the Chrome remote debugging dev feature
// should be on.
extern const char kDevFeaturesChromeRemoteDebuggingFlagPath[];
// The file path used to indicate the device coredump uploads are allowed.
extern const char kDeviceCoredumpUploadFlagPath[];
extern const char kDebugfsGroup[];
} // namespace debugd
#endif // DEBUGD_SRC_CONSTANTS_H_