blob: c5471e7acd133703d9378d0013dfdd168249d8da [file] [log] [blame]
// 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_CRASH_REPORTS_CONSTANTS_H_
#define SRC_DEVELOPER_FEEDBACK_CRASH_REPORTS_CONSTANTS_H_
namespace feedback {
constexpr char kCrashServerKey[] = "crash_server";
constexpr char kCrashServerUploadPolicyKey[] = "upload_policy";
constexpr char kCrashServerUrlKey[] = "url";
} // namespace feedback
#endif // SRC_DEVELOPER_FEEDBACK_CRASH_REPORTS_CONSTANTS_H_