perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
44 lines • 3.31 kB
JavaScript
;
//
// Copyright (C) 2018 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.AndroidLogPacket_StatsSchema = exports.AndroidLogPacket_LogEvent_ArgSchema = exports.AndroidLogPacket_LogEventSchema = exports.AndroidLogPacketSchema = exports.file_protos_perfetto_trace_android_android_log = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const android_log_constants_pb_1 = require("../../common/android_log_constants_pb");
/**
* Describes the file protos/perfetto/trace/android/android_log.proto.
*/
exports.file_protos_perfetto_trace_android_android_log = (0, codegenv1_1.fileDesc)("Ci9wcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9hbmRyb2lkX2xvZy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIrIEChBBbmRyb2lkTG9nUGFja2V0EjoKBmV2ZW50cxgBIAMoCzIqLnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkTG9nUGFja2V0LkxvZ0V2ZW50EjYKBXN0YXRzGAIgASgLMicucGVyZmV0dG8ucHJvdG9zLkFuZHJvaWRMb2dQYWNrZXQuU3RhdHMa5AIKCExvZ0V2ZW50Ei0KBmxvZ19pZBgBIAEoDjIdLnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkTG9nSWQSCwoDcGlkGAIgASgFEgsKA3RpZBgDIAEoBRILCgN1aWQYBCABKAUSEQoJdGltZXN0YW1wGAUgASgEEgsKA3RhZxgGIAEoCRIxCgRwcmlvGAcgASgOMiMucGVyZmV0dG8ucHJvdG9zLkFuZHJvaWRMb2dQcmlvcml0eRIPCgdtZXNzYWdlGAggASgJEjwKBGFyZ3MYCSADKAsyLi5wZXJmZXR0by5wcm90b3MuQW5kcm9pZExvZ1BhY2tldC5Mb2dFdmVudC5BcmcaYAoDQXJnEgwKBG5hbWUYASABKAkSEwoJaW50X3ZhbHVlGAIgASgDSAASFQoLZmxvYXRfdmFsdWUYAyABKAJIABIWCgxzdHJpbmdfdmFsdWUYBCABKAlIAEIHCgV2YWx1ZRpDCgVTdGF0cxIRCgludW1fdG90YWwYASABKAQSEgoKbnVtX2ZhaWxlZBgCIAEoBBITCgtudW1fc2tpcHBlZBgDIAEoBA", [android_log_constants_pb_1.file_protos_perfetto_common_android_log_constants]);
/**
* Describes the message perfetto.protos.AndroidLogPacket.
* Use `create(AndroidLogPacketSchema)` to create a new message.
*/
exports.AndroidLogPacketSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_android_log, 0);
/**
* Describes the message perfetto.protos.AndroidLogPacket.LogEvent.
* Use `create(AndroidLogPacket_LogEventSchema)` to create a new message.
*/
exports.AndroidLogPacket_LogEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_android_log, 0, 0);
/**
* Describes the message perfetto.protos.AndroidLogPacket.LogEvent.Arg.
* Use `create(AndroidLogPacket_LogEvent_ArgSchema)` to create a new message.
*/
exports.AndroidLogPacket_LogEvent_ArgSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_android_log, 0, 0, 0);
/**
* Describes the message perfetto.protos.AndroidLogPacket.Stats.
* Use `create(AndroidLogPacket_StatsSchema)` to create a new message.
*/
exports.AndroidLogPacket_StatsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_android_log, 0, 1);
//# sourceMappingURL=android_log_pb.js.map