UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

56 lines 3.1 kB
"use strict"; // // Copyright (C) 2024 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.PixelModemConfig_EventGroupSchema = exports.PixelModemConfig_EventGroup = exports.PixelModemConfigSchema = exports.file_protos_perfetto_config_android_pixel_modem_config = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/config/android/pixel_modem_config.proto. */ exports.file_protos_perfetto_config_android_pixel_modem_config = (0, codegenv1_1.fileDesc)("Cjdwcm90b3MvcGVyZmV0dG8vY29uZmlnL2FuZHJvaWQvcGl4ZWxfbW9kZW1fY29uZmlnLnByb3RvEg9wZXJmZXR0by5wcm90b3MihAIKEFBpeGVsTW9kZW1Db25maWcSQQoLZXZlbnRfZ3JvdXAYASABKA4yLC5wZXJmZXR0by5wcm90b3MuUGl4ZWxNb2RlbUNvbmZpZy5FdmVudEdyb3VwEh8KF3BpZ3dlZWRfaGFzaF9hbGxvd19saXN0GAIgAygDEh4KFnBpZ3dlZWRfaGFzaF9kZW55X2xpc3QYAyADKAMibAoKRXZlbnRHcm91cBIXChNFVkVOVF9HUk9VUF9VTktOT1dOEAASHQoZRVZFTlRfR1JPVVBfTE9XX0JBTkRXSURUSBABEiYKIkVWRU5UX0dST1VQX0hJR0hfQU5EX0xPV19CQU5EV0lEVEgQAg"); /** * Describes the message perfetto.protos.PixelModemConfig. * Use `create(PixelModemConfigSchema)` to create a new message. */ exports.PixelModemConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_android_pixel_modem_config, 0); /** * Event group to record, as defined by the modem. * * @generated from enum perfetto.protos.PixelModemConfig.EventGroup */ var PixelModemConfig_EventGroup; (function (PixelModemConfig_EventGroup) { /** * @generated from enum value: EVENT_GROUP_UNKNOWN = 0; */ PixelModemConfig_EventGroup[PixelModemConfig_EventGroup["UNKNOWN"] = 0] = "UNKNOWN"; /** * Events suitable for low bandwidth tracing only. * * @generated from enum value: EVENT_GROUP_LOW_BANDWIDTH = 1; */ PixelModemConfig_EventGroup[PixelModemConfig_EventGroup["LOW_BANDWIDTH"] = 1] = "LOW_BANDWIDTH"; /** * Events suitable for high and low bandwidth tracing. * * @generated from enum value: EVENT_GROUP_HIGH_AND_LOW_BANDWIDTH = 2; */ PixelModemConfig_EventGroup[PixelModemConfig_EventGroup["HIGH_AND_LOW_BANDWIDTH"] = 2] = "HIGH_AND_LOW_BANDWIDTH"; })(PixelModemConfig_EventGroup || (exports.PixelModemConfig_EventGroup = PixelModemConfig_EventGroup = {})); /** * Describes the enum perfetto.protos.PixelModemConfig.EventGroup. */ exports.PixelModemConfig_EventGroupSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_config_android_pixel_modem_config, 0, 0); //# sourceMappingURL=pixel_modem_config_pb.js.map