chromium/out/Default/gen/third_party/perfetto/protos/perfetto/common/android_log_constants.pbzero.h

// Autogenerated by the ProtoZero compiler plugin. DO NOT EDIT.

#ifndef PERFETTO_PROTOS_PROTOS_PERFETTO_COMMON_ANDROID_LOG_CONSTANTS_PROTO_H_
#define PERFETTO_PROTOS_PROTOS_PERFETTO_COMMON_ANDROID_LOG_CONSTANTS_PROTO_H_

#include <stddef.h>
#include <stdint.h>

#include "perfetto/protozero/field_writer.h"
#include "perfetto/protozero/message.h"
#include "perfetto/protozero/packed_repeated_fields.h"
#include "perfetto/protozero/proto_decoder.h"
#include "perfetto/protozero/proto_utils.h"


namespace perfetto {
namespace protos {
namespace pbzero {

enum AndroidLogId : int32_t {};

constexpr AndroidLogId AndroidLogId_MIN =;
constexpr AndroidLogId AndroidLogId_MAX =;


PERFETTO_PROTOZERO_CONSTEXPR14_OR_INLINE
const char* AndroidLogId_Name(::perfetto::protos::pbzero::AndroidLogId value) {}

enum AndroidLogPriority : int32_t {};

constexpr AndroidLogPriority AndroidLogPriority_MIN =;
constexpr AndroidLogPriority AndroidLogPriority_MAX =;


PERFETTO_PROTOZERO_CONSTEXPR14_OR_INLINE
const char* AndroidLogPriority_Name(::perfetto::protos::pbzero::AndroidLogPriority value) {}

} // Namespace.
} // Namespace.
} // Namespace.
#endif  // Include guard.