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

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

Fixing proto field name style.

Bug: 110957691
Test: Android builds
Change-Id: I9a7dbe3a6522b243cfd1df85eeae22395ff000ae
parent 60538cce
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1410,7 +1410,6 @@ public final class ProcessState {
                PssTable.writeStatsToProto(proto, mTotalRunningPss, 0);
            }
            proto.end(stateToken);

        }

        proto.end(token);
+0 −1
Original line number Diff line number Diff line
@@ -166,6 +166,5 @@ public class PssTable extends SparseMappingTable.Table {
                stats[statsIndex + PSS_RSS_MINIMUM],
                stats[statsIndex + PSS_RSS_AVERAGE],
                stats[statsIndex + PSS_RSS_MAXIMUM]);

    }
}
+1 −1
Original line number Diff line number Diff line
@@ -177,5 +177,5 @@ message ProcessStatsProto {

    // Total time process has been running...  screen_state, memory_state, and process_state
    // will not be set.
    optional State totalRunningState = 6;
    optional State total_running_state = 6;
}