| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Change-Id: Ife9c7a92ed7abd59b6b3612ba908bcae77055767
|
| |
| |
| |
| |
| |
| |
| | |
Prints elapsed real time since boot, as well as idle time and sleep time.
Change-Id: I97f482d6087e9f802d74e91147bf767e6b2d4f42
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |
| |
| |
| |
| |
| | |
BUG=2581935
Change-Id: Icf1c4fcf123fa4ec74fda80f72a27d3db85aa7a9
|
| |
| |
| |
| | |
Change-Id: I5334f46ee52ca1bd8067860701aef7b93296bedb
|
| |
| |
| |
| |
| | |
Change-Id: Id74c6895a8012c5915f2e259339101844de7c085
Signed-off-by: San Mehat <san@google.com>
|
| |
| |
| |
| |
| |
| | |
BT chip.
Change-Id: I22065b313c7af28b4791c74ea3d403a628738102
|
| |
| |
| |
| |
| |
| | |
We were hitting the old limit with mediaserver.
Change-Id: Ia8217a9f2a1076fa247d7f5ed5159e3c91244d78
|
| |
| |
| |
| |
| | |
Change-Id: Ieb11debfea66ec715f48e8069619c2c15acf2035
Signed-off-by: Eric Olsen <eolsen@android.com>
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
fix a couple of uninitialized variables
Change-Id: I1f7552ecb20d85dbf0fec5cae9778a70ff9281a2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Typical usage is 'run-as <package-name> <command>' to run <command>
in the data directory, and the user id, of <package-name> if, and only
if <package-name> is the name of an installed and debuggable application.
This relies on the /data/system/packages.list file generated by the
PackageManager service.
BEWARE: This is intended to be available on production devices !
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Change-Id: I7f7fefd61c6032c84fa63e597ea0e6bbe66d2e79
|
|/ /
| |
| |
| | |
Change-Id: I8f2f2a02c22d618c0b42d4f287d88a98af3ac4fa
|
| |
| |
| |
| |
| |
| | |
(to be used in capturing a merged mini logcat for crash reports)
Change-Id: I68149eb80f2f79812f43b07d80fbea822476859e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On devices that use a pppd for cellular network access, a pppd-ril
process needs to run as root to configure the connection. Changing
the process to suid-root in the build image is the only known way
to avoid needing to remount the system image at boot to accomplish
the same thing.
Change-Id: I6c778391b8040ee818343e304891e7d341cc729b
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ie7a7b5d8016dec60cdfb17228c3f519789c98564
Signed-off-by: San Mehat <san@google.com>
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(For diagnosing slow flashes.)
Change-Id: Ibbcbd080db551c8590ca8bfe50e9ddb45eea5661
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
VFP_D16"
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I6007ff21076e92b04a17fb030472a9f8842f0315
|
| |_|/ /
|/| | |
| | | |
| | | | |
Change-Id: Idb718bdc88bca244eb88af5f391055cd40b42fd8
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I0bba579634b334d24645c2af55ab3fab6da03fc6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This helps us recover when things go wrong during automated testing.
Change-Id: I006dbfaff7f70d51398ff12fbddcaee751453b78
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|/ / /
| | |
| | |
| | | |
Change-Id: Ia3bea2f0adddfed8af6d7cde4ea6546ab37e7e56
|
|\ \ \
| | |/
| |/|
| | | |
Change-Id: I698b3c16bdef8751cc857b00f815cb2f95465431
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
snprintf has a weird return value. It returns what would have been written given a large enough buffer.
In the case that the prefix is longer then our buffer(128), it messes up the calculations below possibly causing heap corruption.
To avoid this we double check and set the length at the maximum (size minus null byte
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
and fix bad block check."
|
| | | | |
| | | | |
| | | | |
| | | | | |
fix bad block check.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix bug 2104034.
Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: San Mehat <san@google.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
control groups
Signed-off-by: San Mehat <san@google.com>
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Cpu accounting statistics expored in /acct
Change-Id: I8a35816e94b69d9e67a3dd65aae16520864777d7
Signed-off-by: Mike Chan <mike@android.com>
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
macros work.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit a7d88224ff7283c210c25ce6d57239b4053b5f14.
This cgroup subsys should be mounted on it's own mount-point, since it's
addition to /dev/cpuctl causes the cpu subsys to EPERM
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I3598cc951778080bec9a21d646656d5aba57120a
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \ \ \ \ \ |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: Ic1893e1bf7b2c45659419b0bc55d42f50d030c9f
Signed-off-by: Mike Chan <mike@android.com>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: San Mehat <san@google.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Sets the media-server to class 'real-time' pri 4, and vold to class 'best effort'
pri 2
Signed-off-by: San Mehat <san@google.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: San Mehat <san@google.com>
|