blob: 7f8806e6d5dc765e0d37fdf6e5e9bd3865a8bdd9 [file] [log] [blame] [edit]
// Copyright 2019 The Fuchsia 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 SRC_DEVELOPER_FEEDBACK_CRASHPAD_AGENT_CONSTANTS_H_
#define SRC_DEVELOPER_FEEDBACK_CRASHPAD_AGENT_CONSTANTS_H_
namespace feedback {
constexpr char kCrashServerKey[] = "crash_server";
constexpr char kCrashServerUploadPolicyKey[] = "upload_policy";
constexpr char kCrashServerUrlKey[] = "url";
} // namespace feedback
#endif // SRC_DEVELOPER_FEEDBACK_CRASHPAD_AGENT_CONSTANTS_H_