Initial rough stab at a proc stats UI.

You see procs, and you see some stats.

Change-Id: I91c86d198fd5e64a41c72901e150466b3c602caf
This commit is contained in:
Dianne Hackborn
2013-08-08 12:57:53 -07:00
parent dcd15ee04b
commit c6d658e37d
7 changed files with 370 additions and 1 deletions

View File

@@ -1283,6 +1283,8 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
writeDebugLayoutOptions();
} else if (preference == mForceRtlLayout) {
writeForceRtlOptions();
} else {
return super.onPreferenceTreeClick(preferenceScreen, preference);
}
return false;