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

Commit 32f44dcf authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix procstats run time protobuf field name.

Bug: 110957691
Test: manual
Change-Id: I368bffe5c0431e12a8fd00f24bfd95981eabf0eb
parent d4c19aa2
Loading
Loading
Loading
Loading
+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;
}