UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

61 lines 2.94 kB
"use strict"; // // 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. Object.defineProperty(exports, "__esModule", { value: true }); exports.ProtoLogLevelSchema = exports.ProtoLogLevel = exports.file_protos_perfetto_common_protolog_common = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/common/protolog_common.proto. */ exports.file_protos_perfetto_common_protolog_common = (0, codegenv1_1.fileDesc)("Cixwcm90b3MvcGVyZmV0dG8vY29tbW9uL3Byb3RvbG9nX2NvbW1vbi5wcm90bxIPcGVyZmV0dG8ucHJvdG9zKscBCg1Qcm90b0xvZ0xldmVsEhwKGFBST1RPTE9HX0xFVkVMX1VOREVGSU5FRBAAEhgKFFBST1RPTE9HX0xFVkVMX0RFQlVHEAESGgoWUFJPVE9MT0dfTEVWRUxfVkVSQk9TRRACEhcKE1BST1RPTE9HX0xFVkVMX0lORk8QAxIXChNQUk9UT0xPR19MRVZFTF9XQVJOEAQSGAoUUFJPVE9MT0dfTEVWRUxfRVJST1IQBRIWChJQUk9UT0xPR19MRVZFTF9XVEYQBg"); /** * @generated from enum perfetto.protos.ProtoLogLevel */ var ProtoLogLevel; (function (ProtoLogLevel) { /** * @generated from enum value: PROTOLOG_LEVEL_UNDEFINED = 0; */ ProtoLogLevel[ProtoLogLevel["PROTOLOG_LEVEL_UNDEFINED"] = 0] = "PROTOLOG_LEVEL_UNDEFINED"; /** * @generated from enum value: PROTOLOG_LEVEL_DEBUG = 1; */ ProtoLogLevel[ProtoLogLevel["PROTOLOG_LEVEL_DEBUG"] = 1] = "PROTOLOG_LEVEL_DEBUG"; /** * @generated from enum value: PROTOLOG_LEVEL_VERBOSE = 2; */ ProtoLogLevel[ProtoLogLevel["PROTOLOG_LEVEL_VERBOSE"] = 2] = "PROTOLOG_LEVEL_VERBOSE"; /** * @generated from enum value: PROTOLOG_LEVEL_INFO = 3; */ ProtoLogLevel[ProtoLogLevel["PROTOLOG_LEVEL_INFO"] = 3] = "PROTOLOG_LEVEL_INFO"; /** * @generated from enum value: PROTOLOG_LEVEL_WARN = 4; */ ProtoLogLevel[ProtoLogLevel["PROTOLOG_LEVEL_WARN"] = 4] = "PROTOLOG_LEVEL_WARN"; /** * @generated from enum value: PROTOLOG_LEVEL_ERROR = 5; */ ProtoLogLevel[ProtoLogLevel["PROTOLOG_LEVEL_ERROR"] = 5] = "PROTOLOG_LEVEL_ERROR"; /** * @generated from enum value: PROTOLOG_LEVEL_WTF = 6; */ ProtoLogLevel[ProtoLogLevel["PROTOLOG_LEVEL_WTF"] = 6] = "PROTOLOG_LEVEL_WTF"; })(ProtoLogLevel || (exports.ProtoLogLevel = ProtoLogLevel = {})); /** * Describes the enum perfetto.protos.ProtoLogLevel. */ exports.ProtoLogLevelSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_common_protolog_common, 0); //# sourceMappingURL=protolog_common_pb.js.map