Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27a4ad2a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update watchdogservice_dump.proto" into main

parents 6df87f5b 59625522
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -14,8 +14,16 @@
 * limitations under the License.
 */

syntax = "proto2";

package com.android.server.tv.watchdogservice;

option java_multiple_files = true;

message TvWatchdogDumpProto {
    optional PerformanceDump performance_dump = 1;
}

// IMPORTANT: This proto is functionally coupled with the UserPackageInfo and PerformanceDump
// messages in the CarWatchdogService proto. Any changes made below (e.g., adding, removing, or
// modifying fields) MUST be mirrored in the corresponding file and vice-versa to maintain