blob: 6c1c813001c2caf21dd19610566d6df4354a095a [file] [log] [blame]
Xiaohui Chena8bced82015-02-27 10:35:26 -08001// Copyright 2015 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef DEBUGD_SRC_CONSTANTS_H_
6#define DEBUGD_SRC_CONSTANTS_H_
7
8namespace debugd {
9
10// The file path used to indicate the Chrome remote debugging dev feature
11// should be on.
12extern const char kDevFeaturesChromeRemoteDebuggingFlagPath[];
13
Peter Qiud05ef2b2015-03-30 09:34:09 -070014// The file path used to indicate the device coredump uploads are allowed.
15extern const char kDeviceCoredumpUploadFlagPath[];
16
Ben Chanaf125862017-02-08 23:11:18 -080017extern const char kDebugfsGroup[];
18
Xiaohui Chena8bced82015-02-27 10:35:26 -080019} // namespace debugd
20
21#endif // DEBUGD_SRC_CONSTANTS_H_