perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
58 lines • 3.46 kB
JavaScript
;
//
// 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.ProtoLogGroupSchema = exports.ProtoLogConfig_TracingModeSchema = exports.ProtoLogConfig_TracingMode = exports.ProtoLogConfigSchema = exports.file_protos_perfetto_config_android_protolog_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const protolog_common_pb_1 = require("../../common/protolog_common_pb");
/**
* Describes the file protos/perfetto/config/android/protolog_config.proto.
*/
exports.file_protos_perfetto_config_android_protolog_config = (0, codegenv1_1.fileDesc)("CjRwcm90b3MvcGVyZmV0dG8vY29uZmlnL2FuZHJvaWQvcHJvdG9sb2dfY29uZmlnLnByb3RvEg9wZXJmZXR0by5wcm90b3Mi+AEKDlByb3RvTG9nQ29uZmlnEjcKD2dyb3VwX292ZXJyaWRlcxgBIAMoCzIeLnBlcmZldHRvLnByb3Rvcy5Qcm90b0xvZ0dyb3VwEkEKDHRyYWNpbmdfbW9kZRgCIAEoDjIrLnBlcmZldHRvLnByb3Rvcy5Qcm90b0xvZ0NvbmZpZy5UcmFjaW5nTW9kZRI+ChZkZWZhdWx0X2xvZ19mcm9tX2xldmVsGAMgASgOMh4ucGVyZmV0dG8ucHJvdG9zLlByb3RvTG9nTGV2ZWwiKgoLVHJhY2luZ01vZGUSCwoHREVGQVVMVBAAEg4KCkVOQUJMRV9BTEwQASJxCg1Qcm90b0xvZ0dyb3VwEhIKCmdyb3VwX25hbWUYASABKAkSMAoIbG9nX2Zyb20YAiABKA4yHi5wZXJmZXR0by5wcm90b3MuUHJvdG9Mb2dMZXZlbBIaChJjb2xsZWN0X3N0YWNrdHJhY2UYAyABKAg", [protolog_common_pb_1.file_protos_perfetto_common_protolog_common]);
/**
* Describes the message perfetto.protos.ProtoLogConfig.
* Use `create(ProtoLogConfigSchema)` to create a new message.
*/
exports.ProtoLogConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_android_protolog_config, 0);
/**
* @generated from enum perfetto.protos.ProtoLogConfig.TracingMode
*/
var ProtoLogConfig_TracingMode;
(function (ProtoLogConfig_TracingMode) {
/**
* When using the DEFAULT tracing mode, only log groups and levels specified
* in the group_overrides are traced.
*
* @generated from enum value: DEFAULT = 0;
*/
ProtoLogConfig_TracingMode[ProtoLogConfig_TracingMode["DEFAULT"] = 0] = "DEFAULT";
/**
* When using the ENABLE_ALL tracing mode, all log groups and levels are
* traced, unless specified in the group_overrides.
*
* @generated from enum value: ENABLE_ALL = 1;
*/
ProtoLogConfig_TracingMode[ProtoLogConfig_TracingMode["ENABLE_ALL"] = 1] = "ENABLE_ALL";
})(ProtoLogConfig_TracingMode || (exports.ProtoLogConfig_TracingMode = ProtoLogConfig_TracingMode = {}));
/**
* Describes the enum perfetto.protos.ProtoLogConfig.TracingMode.
*/
exports.ProtoLogConfig_TracingModeSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_config_android_protolog_config, 0, 0);
/**
* Describes the message perfetto.protos.ProtoLogGroup.
* Use `create(ProtoLogGroupSchema)` to create a new message.
*/
exports.ProtoLogGroupSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_android_protolog_config, 1);
//# sourceMappingURL=protolog_config_pb.js.map