* commit '88cf7709cb7ed829980cb8ddac3d5c7ac945d772': Implement issue #10895990: Better durations for proc stats
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textStyle="bold"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="middle"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_toStartOf="@+id/value"
|
||||
android:layout_marginBottom="4dip"
|
||||
android:layout_marginTop="4dip"
|
||||
android:layout_marginStart="4dip" />
|
||||
|
@@ -3657,6 +3657,16 @@
|
||||
<string name="process_stats_run_time">Run time</string>
|
||||
<!-- [CHAR LIMIT=NONE] Subtitle for process stats services list -->
|
||||
<string name="services_subtitle">Services</string>
|
||||
<!-- [CHAR LIMIT=NONE] Menu for process stats to select duration of stats to show -->
|
||||
<string name="menu_proc_stats_duration">Duration</string>
|
||||
<!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
|
||||
<string name="menu_duration_3h">3 hours</string>
|
||||
<!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
|
||||
<string name="menu_duration_6h">6 hours</string>
|
||||
<!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
|
||||
<string name="menu_duration_12h">12 hours</string>
|
||||
<!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
|
||||
<string name="menu_duration_1d">1 day</string>
|
||||
<!-- [CHAR LIMIT=NONE] Menu for process stats to control whether system processes are shown -->
|
||||
<string name="menu_show_system">Show system</string>
|
||||
<!-- [CHAR LIMIT=NONE] Menu for process stats to control whether computation should be based
|
||||
|
Reference in New Issue
Block a user