Loading core/proto/android/server/tv/watchdogservice_dump.proto +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/proto/android/server/tv/watchdogservice_dump.proto +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading