perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
33 lines • 2.33 kB
JavaScript
;
//
// 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.ViewCapture_ViewSchema = exports.ViewCaptureSchema = exports.file_protos_perfetto_trace_android_viewcapture = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/android/viewcapture.proto.
*/
exports.file_protos_perfetto_trace_android_viewcapture = (0, codegenv1_1.fileDesc)("Ci9wcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC92aWV3Y2FwdHVyZS5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIusDCgtWaWV3Q2FwdHVyZRIYChBwYWNrYWdlX25hbWVfaWlkGAEgASgFEhcKD3dpbmRvd19uYW1lX2lpZBgCIAEoBRIwCgV2aWV3cxgDIAMoCzIhLnBlcmZldHRvLnByb3Rvcy5WaWV3Q2FwdHVyZS5WaWV3GvYCCgRWaWV3EgoKAmlkGAEgASgFEhEKCXBhcmVudF9pZBgCIAEoBRIQCghoYXNoY29kZRgDIAEoBRITCgt2aWV3X2lkX2lpZBgEIAEoBRIWCg5jbGFzc19uYW1lX2lpZBgFIAEoBRIMCgRsZWZ0GAYgASgFEgsKA3RvcBgHIAEoBRINCgV3aWR0aBgIIAEoBRIOCgZoZWlnaHQYCSABKAUSEAoIc2Nyb2xsX3gYCiABKAUSEAoIc2Nyb2xsX3kYCyABKAUSFQoNdHJhbnNsYXRpb25feBgMIAEoAhIVCg10cmFuc2xhdGlvbl95GA0gASgCEg8KB3NjYWxlX3gYDiABKAISDwoHc2NhbGVfeRgPIAEoAhINCgVhbHBoYRgQIAEoAhIVCg13aWxsX25vdF9kcmF3GBEgASgIEhUKDWNsaXBfY2hpbGRyZW4YEiABKAgSEgoKdmlzaWJpbGl0eRgTIAEoBRIRCgllbGV2YXRpb24YFCABKAI");
/**
* Describes the message perfetto.protos.ViewCapture.
* Use `create(ViewCaptureSchema)` to create a new message.
*/
exports.ViewCaptureSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_viewcapture, 0);
/**
* Describes the message perfetto.protos.ViewCapture.View.
* Use `create(ViewCapture_ViewSchema)` to create a new message.
*/
exports.ViewCapture_ViewSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_viewcapture, 0, 0);
//# sourceMappingURL=viewcapture_pb.js.map