perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
75 lines • 3.76 kB
JavaScript
"use strict";
//
// Copyright (C) 2019 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.LogMessageBodySchema = exports.LogMessage_PrioritySchema = exports.LogMessage_Priority = exports.LogMessageSchema = exports.file_protos_perfetto_trace_track_event_log_message = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/track_event/log_message.proto.
*/
exports.file_protos_perfetto_trace_track_event_log_message = (0, codegenv1_1.fileDesc)("CjNwcm90b3MvcGVyZmV0dG8vdHJhY2UvdHJhY2tfZXZlbnQvbG9nX21lc3NhZ2UucHJvdG8SD3BlcmZldHRvLnByb3RvcyKDAgoKTG9nTWVzc2FnZRIbChNzb3VyY2VfbG9jYXRpb25faWlkGAEgASgEEhAKCGJvZHlfaWlkGAIgASgEEjIKBHByaW8YAyABKA4yJC5wZXJmZXR0by5wcm90b3MuTG9nTWVzc2FnZS5Qcmlvcml0eSKRAQoIUHJpb3JpdHkSFAoQUFJJT19VTlNQRUNJRklFRBAAEg8KC1BSSU9fVU5VU0VEEAESEAoMUFJJT19WRVJCT1NFEAISDgoKUFJJT19ERUJVRxADEg0KCVBSSU9fSU5GTxAEEg0KCVBSSU9fV0FSThAFEg4KClBSSU9fRVJST1IQBhIOCgpQUklPX0ZBVEFMEAciKwoOTG9nTWVzc2FnZUJvZHkSCwoDaWlkGAEgASgEEgwKBGJvZHkYAiABKAk");
/**
* Describes the message perfetto.protos.LogMessage.
* Use `create(LogMessageSchema)` to create a new message.
*/
exports.LogMessageSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_track_event_log_message, 0);
/**
* @generated from enum perfetto.protos.LogMessage.Priority
*/
var LogMessage_Priority;
(function (LogMessage_Priority) {
/**
* @generated from enum value: PRIO_UNSPECIFIED = 0;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_UNSPECIFIED"] = 0] = "PRIO_UNSPECIFIED";
/**
* @generated from enum value: PRIO_UNUSED = 1;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_UNUSED"] = 1] = "PRIO_UNUSED";
/**
* @generated from enum value: PRIO_VERBOSE = 2;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_VERBOSE"] = 2] = "PRIO_VERBOSE";
/**
* @generated from enum value: PRIO_DEBUG = 3;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_DEBUG"] = 3] = "PRIO_DEBUG";
/**
* @generated from enum value: PRIO_INFO = 4;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_INFO"] = 4] = "PRIO_INFO";
/**
* @generated from enum value: PRIO_WARN = 5;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_WARN"] = 5] = "PRIO_WARN";
/**
* @generated from enum value: PRIO_ERROR = 6;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_ERROR"] = 6] = "PRIO_ERROR";
/**
* @generated from enum value: PRIO_FATAL = 7;
*/
LogMessage_Priority[LogMessage_Priority["PRIO_FATAL"] = 7] = "PRIO_FATAL";
})(LogMessage_Priority || (exports.LogMessage_Priority = LogMessage_Priority = {}));
/**
* Describes the enum perfetto.protos.LogMessage.Priority.
*/
exports.LogMessage_PrioritySchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_track_event_log_message, 0, 0);
/**
* Describes the message perfetto.protos.LogMessageBody.
* Use `create(LogMessageBodySchema)` to create a new message.
*/
exports.LogMessageBodySchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_track_event_log_message, 1);
//# sourceMappingURL=log_message_pb.js.map