perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
75 lines (62 loc) • 2.47 kB
text/typescript
//
// Copyright (C) 2023 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
// @generated from file protos/perfetto/common/protolog_common.proto (package perfetto.protos, syntax proto2)
/* eslint-disable */
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
/**
* Describes the file protos/perfetto/common/protolog_common.proto.
*/
export const file_protos_perfetto_common_protolog_common: GenFile = /*@__PURE__*/
fileDesc("Cixwcm90b3MvcGVyZmV0dG8vY29tbW9uL3Byb3RvbG9nX2NvbW1vbi5wcm90bxIPcGVyZmV0dG8ucHJvdG9zKscBCg1Qcm90b0xvZ0xldmVsEhwKGFBST1RPTE9HX0xFVkVMX1VOREVGSU5FRBAAEhgKFFBST1RPTE9HX0xFVkVMX0RFQlVHEAESGgoWUFJPVE9MT0dfTEVWRUxfVkVSQk9TRRACEhcKE1BST1RPTE9HX0xFVkVMX0lORk8QAxIXChNQUk9UT0xPR19MRVZFTF9XQVJOEAQSGAoUUFJPVE9MT0dfTEVWRUxfRVJST1IQBRIWChJQUk9UT0xPR19MRVZFTF9XVEYQBg");
/**
* @generated from enum perfetto.protos.ProtoLogLevel
*/
export enum ProtoLogLevel {
/**
* @generated from enum value: PROTOLOG_LEVEL_UNDEFINED = 0;
*/
PROTOLOG_LEVEL_UNDEFINED = 0,
/**
* @generated from enum value: PROTOLOG_LEVEL_DEBUG = 1;
*/
PROTOLOG_LEVEL_DEBUG = 1,
/**
* @generated from enum value: PROTOLOG_LEVEL_VERBOSE = 2;
*/
PROTOLOG_LEVEL_VERBOSE = 2,
/**
* @generated from enum value: PROTOLOG_LEVEL_INFO = 3;
*/
PROTOLOG_LEVEL_INFO = 3,
/**
* @generated from enum value: PROTOLOG_LEVEL_WARN = 4;
*/
PROTOLOG_LEVEL_WARN = 4,
/**
* @generated from enum value: PROTOLOG_LEVEL_ERROR = 5;
*/
PROTOLOG_LEVEL_ERROR = 5,
/**
* @generated from enum value: PROTOLOG_LEVEL_WTF = 6;
*/
PROTOLOG_LEVEL_WTF = 6,
}
/**
* Describes the enum perfetto.protos.ProtoLogLevel.
*/
export const ProtoLogLevelSchema: GenEnum<ProtoLogLevel> = /*@__PURE__*/
enumDesc(file_protos_perfetto_common_protolog_common, 0);