Skip to content

Commit 76223ae

Browse files
cwd-googV8 LUCI CQ
authored andcommitted
generated proto parsing code for Android dumpsys
Run android_protox/codegen/run.py from previous commit. Change-Id: I11795c1a4dcb8b488933b918321e9a5b1af7d438 Reviewed-on: https://chromium-review.googlesource.com/c/crossbench/+/6638794 Commit-Queue: Charles Dick <[email protected]> Reviewed-by: Kameron Lutes <[email protected]>
1 parent 1fcf64f commit 76223ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2224
-0
lines changed

android_protoc/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright 2025 The Chromium Authors
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
# This file is generated by android_protoc/codegen/gen.py
6+
7+
from android_protoc.sys_path import android_protoc_in_sys_path
8+
9+
with android_protoc_in_sys_path():
10+
from frameworks.base.core.proto.android.server import activitymanagerservice_pb2

android_protoc/frameworks/__init__.py

Whitespace-only changes.

android_protoc/frameworks/base/__init__.py

Whitespace-only changes.

android_protoc/frameworks/base/core/__init__.py

Whitespace-only changes.

android_protoc/frameworks/base/core/proto/__init__.py

Whitespace-only changes.

android_protoc/frameworks/base/core/proto/android/__init__.py

Whitespace-only changes.

android_protoc/frameworks/base/core/proto/android/app/__init__.py

Whitespace-only changes.

android_protoc/frameworks/base/core/proto/android/app/activitymanager_pb2.py

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android_protoc/frameworks/base/core/proto/android/app/appexitinfo_pb2.py

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android_protoc/frameworks/base/core/proto/android/app/appstartinfo_pb2.py

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)