perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
35 lines • 3.02 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.WinscopeTraceDataSchema = exports.file_protos_perfetto_trace_android_winscope = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const android_input_event_pb_1 = require("./android_input_event_pb");
const protolog_pb_1 = require("./protolog_pb");
const shell_transition_pb_1 = require("./shell_transition_pb");
const surfaceflinger_layers_pb_1 = require("./surfaceflinger_layers_pb");
const surfaceflinger_transactions_pb_1 = require("./surfaceflinger_transactions_pb");
const viewcapture_pb_1 = require("./viewcapture_pb");
const winscope_extensions_impl_pb_1 = require("./winscope_extensions_impl_pb");
/**
* Describes the file protos/perfetto/trace/android/winscope.proto.
*/
exports.file_protos_perfetto_trace_android_winscope = (0, codegenv1_1.fileDesc)("Cixwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC93aW5zY29wZS5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIsIDChFXaW5zY29wZVRyYWNlRGF0YRI9Cg9sYXllcnNfc25hcHNob3QYASABKAsyJC5wZXJmZXR0by5wcm90b3MuTGF5ZXJzU25hcHNob3RQcm90bxI8Cgx0cmFuc2FjdGlvbnMYAiABKAsyJi5wZXJmZXR0by5wcm90b3MuVHJhbnNhY3Rpb25UcmFjZUVudHJ5EjoKEHNoZWxsX3RyYW5zaXRpb24YAyABKAsyIC5wZXJmZXR0by5wcm90b3MuU2hlbGxUcmFuc2l0aW9uEjoKEHByb3RvbG9nX21lc3NhZ2UYBCABKAsyIC5wZXJmZXR0by5wcm90b3MuUHJvdG9Mb2dNZXNzYWdlEkQKE3dpbnNjb3BlX2V4dGVuc2lvbnMYBSABKAsyJy5wZXJmZXR0by5wcm90b3MuV2luc2NvcGVFeHRlbnNpb25zSW1wbBIxCgt2aWV3Y2FwdHVyZRgGIAEoCzIcLnBlcmZldHRvLnByb3Rvcy5WaWV3Q2FwdHVyZRI/ChNhbmRyb2lkX2lucHV0X2V2ZW50GAcgASgLMiIucGVyZmV0dG8ucHJvdG9zLkFuZHJvaWRJbnB1dEV2ZW50", [android_input_event_pb_1.file_protos_perfetto_trace_android_android_input_event, protolog_pb_1.file_protos_perfetto_trace_android_protolog, shell_transition_pb_1.file_protos_perfetto_trace_android_shell_transition, surfaceflinger_layers_pb_1.file_protos_perfetto_trace_android_surfaceflinger_layers, surfaceflinger_transactions_pb_1.file_protos_perfetto_trace_android_surfaceflinger_transactions, viewcapture_pb_1.file_protos_perfetto_trace_android_viewcapture, winscope_extensions_impl_pb_1.file_protos_perfetto_trace_android_winscope_extensions_impl]);
/**
* Describes the message perfetto.protos.WinscopeTraceData.
* Use `create(WinscopeTraceDataSchema)` to create a new message.
*/
exports.WinscopeTraceDataSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_winscope, 0);
//# sourceMappingURL=winscope_pb.js.map