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

Commit 59625522 authored by Sameer's avatar Sameer
Browse files

Update watchdogservice_dump.proto

Bug: 335423167
Test: m
Flag: android.media.tv.flags.enable_tv_watchdog_emmc_protection
Change-Id: Ia2816dced6054524cea0d1663704ba9465ff1523
parent 90f9298b
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