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

Commit bbfadc72 authored by Kweku Adams's avatar Kweku Adams
Browse files

Removing EXPLICT tag from Batterystats metric names.

Offline discussion says these should be kept as AUTO.

Bug: 74351260
Test: N/A
Change-Id: I5dd74b54da4582d31b610abb025558e819b60654
(cherry picked from commit 2a09222c)
parent 0efaf208
Loading
Loading
Loading
Loading
+5 −15
Original line number Diff line number Diff line
@@ -641,9 +641,7 @@ message UidProto {
  message Job {
    option (android.msg_privacy).dest = DEST_AUTOMATIC;

    optional string name = 1 [
        (android.privacy).dest = DEST_EXPLICIT
    ];
    optional string name = 1;
    // Job times aren't apportioned.
    optional TimerProto total = 2;
    optional TimerProto background = 3;
@@ -654,9 +652,7 @@ message UidProto {
    option (android.msg_privacy).dest = DEST_AUTOMATIC;

    // Job name.
    optional string name = 1 [
        (android.privacy).dest = DEST_EXPLICIT
    ];
    optional string name = 1;

    message ReasonCount {
      option (android.msg_privacy).dest = DEST_AUTOMATIC;
@@ -801,9 +797,7 @@ message UidProto {
  message Sync {
    option (android.msg_privacy).dest = DEST_AUTOMATIC;

    optional string name = 1 [
        (android.privacy).dest = DEST_EXPLICIT
    ];
    optional string name = 1;
    // Sync times aren't apportioned.
    optional TimerProto total = 2;
    optional TimerProto background = 3;
@@ -842,9 +836,7 @@ message UidProto {
  message Wakelock {
    option (android.msg_privacy).dest = DEST_AUTOMATIC;

    optional string name = 1 [
        (android.privacy).dest = DEST_EXPLICIT
    ];
    optional string name = 1;

    // Full wakelocks keep the screen on. Based on
    // PowerManager.SCREEN_BRIGHT_WAKE_LOCK (deprecated in API 13) and
@@ -876,9 +868,7 @@ message UidProto {
    option (android.msg_privacy).dest = DEST_AUTOMATIC;

    // Wakeup alarm name.
    optional string name = 1 [
        (android.privacy).dest = DEST_EXPLICIT
    ];
    optional string name = 1;
    // Only includes counts when screen-off (& on battery).
    optional int32 count = 2;
  }