Jean-Baptiste Queru
2110ea6853
am 1ded19f4: fix build
2010-04-12 17:00:54 -07:00
The Android Open Source Project
11dc79260f
am a8415325: am 1888de8e: merge from open-source master
2010-04-12 17:00:52 -07:00
Carl Shapiro
c24b4d8cc8
Add a log tag entry for the dalvik lock profiling event.
...
Change-Id: I4897da78ee6c6b32c8a588ff689c60a59bc60ed7
2010-04-12 16:33:28 -07:00
Jean-Baptiste Queru
1ded19f455
fix build
...
Change-Id: I93714131dc9d18797009154e6e25dc6e122058c7
2010-04-12 14:15:23 -07:00
The Android Open Source Project
a8415325a8
am 1888de8e: merge from open-source master
...
Merge commit '1888de8e13f82f7af21bce267254fac124237afe' into kraken
* commit '1888de8e13f82f7af21bce267254fac124237afe':
toolbox: add "uptime" command
2010-04-12 13:28:12 -07:00
The Android Open Source Project
1888de8e13
merge from open-source master
...
Change-Id: Ife9c7a92ed7abd59b6b3612ba908bcae77055767
2010-04-12 13:23:51 -07:00
Mike Lockwood
59ab0c5340
Revert "Make adb's daemon-port on the host machine configurable."
...
Fix the build.
This reverts commit 5a00fd1c55
.
2010-04-12 09:59:40 -04:00
Mike Lockwood
35c8cba417
Merge "Make adb's daemon-port on the host machine configurable."
2010-04-12 06:35:34 -07:00
Mike Lockwood
5ffbf26ebf
toolbox: add "uptime" command
...
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>
2010-04-09 16:42:42 -04:00
Mike Lockwood
a699d6256f
toolbox: add "uptime" command
...
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>
2010-04-09 15:30:06 -04:00
Brad Fitzpatrick
7c2be0426e
Rename logtag for clarity.
...
BUG=2581935
Change-Id: Icf1c4fcf123fa4ec74fda80f72a27d3db85aa7a9
2010-04-08 13:24:42 -07:00
Stefan Hilzinger
5a00fd1c55
Make adb's daemon-port on the host machine configurable.
...
This is the first CL of a somewhat larger effort which, among other things,
will involve changing the emulator and ddms to talk to adb running on a
configurable port.
The port can be configured using environment variable ANDROID_ADB_PORT.
Further CLs will also address the set of ports used for the local transport.
Change-Id: I8082ee10ce504dab1cf89fe6d189eccf43ce9cf4
2010-04-08 14:39:43 +01:00
Xavier Ducrohet
7c19bbe086
Add Pantech's USB vendor ID to adb.
...
Change-Id: I5334f46ee52ca1bd8067860701aef7b93296bedb
2010-03-31 13:06:47 -07:00
San Mehat
7e8529a8b5
system/core: Switch libsysutils & sched_policy LOG -> SLOG
...
Change-Id: Id74c6895a8012c5915f2e259339101844de7c085
Signed-off-by: San Mehat <san@google.com>
2010-03-25 09:31:42 -07:00
Chih-Wei Huang
1620a61fd3
vold: fix a bug of crash
...
The condition to quit the for loop is fs->name is NULL,
not fs itself.
Change-Id: I5f18f92d7488bd89183ba4ddab582f3f3347df46
2010-03-25 14:28:03 +08:00
Nick Pelly
c741f22d85
Add NET_RAW to mediaserver so that it can open a raw HCI socket to configure
...
BT chip.
Change-Id: I22065b313c7af28b4791c74ea3d403a628738102
2010-03-23 20:39:05 -07:00
Nick Pelly
830abe0424
MOAR GROUPS
...
We were hitting the old limit with mediaserver.
Change-Id: Ia8217a9f2a1076fa247d7f5ed5159e3c91244d78
2010-03-23 20:39:05 -07:00
Eric Olsen
3555019d78
Add Bluetooth SCO connection blacklist
...
Change-Id: Ieb11debfea66ec715f48e8069619c2c15acf2035
Signed-off-by: Eric Olsen <eolsen@android.com>
2010-03-18 10:26:59 -07:00
Mathias Agopian
92f66cd254
Merge "fix [2483384] logcat crash when malloc debug is enabled"
2010-03-17 16:11:36 -07:00
Mathias Agopian
50844525a3
fix [2483384] logcat crash when malloc debug is enabled
...
fix a couple of uninitialized variables
Change-Id: I1f7552ecb20d85dbf0fec5cae9778a70ff9281a2
2010-03-17 16:10:26 -07:00
David 'Digit' Turner
1f4d95296a
Add 'run-as' command implementation as set-uid program.
...
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 !
2010-03-17 11:02:08 -07:00
Oscar Montemayor
5fc070be85
Merge "cleanup init.rc"
2010-03-16 19:38:37 -07:00
Jean-Baptiste Queru
bbf3ea46fb
cleanup init.rc
...
Change-Id: I7f7fefd61c6032c84fa63e597ea0e6bbe66d2e79
2010-03-12 16:36:41 -08:00
Takeshi Kishimoto
8d2f91db21
Added Kyocera's VID (0x0482), upon their request.
...
Change-Id: I8f2f2a02c22d618c0b42d4f287d88a98af3ac4fa
2010-03-12 21:34:58 +08:00
Dan Egnor
d1d3b6dbed
Add '-t N' flag to logcat, to print only the last N lines of logcat
...
(to be used in capturing a merged mini logcat for crash reports)
Change-Id: I68149eb80f2f79812f43b07d80fbea822476859e
2010-03-11 20:32:17 -08:00
Wink Saville
bbf1c64527
Change permissions on pppd-ril
...
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
2010-03-11 16:22:44 -08:00
San Mehat
d475d09567
Merge "system: libdiskconfig: Add libdiskconfig"
2010-03-11 08:05:37 -08:00
Daniel Sandler
bde9e134bd
Merge "Add wall-clock timing for each fastboot Action."
2010-03-11 06:36:11 -08:00
Colin Cross
95ee753a5e
Merge "Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16"
2010-03-10 18:14:49 -08:00
San Mehat
a6391f1006
system: libdiskconfig: Add libdiskconfig
...
Change-Id: Ie7a7b5d8016dec60cdfb17228c3f519789c98564
Signed-off-by: San Mehat <san@google.com>
2010-03-10 15:19:06 -08:00
Colin Cross
e951f60e77
Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16
...
Change-Id: I6007ff21076e92b04a17fb030472a9f8842f0315
2010-03-10 14:36:08 -08:00
Dan Egnor
36cf32f6bd
Remove an obsolete event log tag.
...
Change-Id: Idb718bdc88bca244eb88af5f391055cd40b42fd8
2010-03-10 13:06:28 -08:00
Dmitry Shmidt
732799eca9
Merge "sysutils: Increase number of command arguments to 16"
2010-03-09 10:57:11 -08:00
Dmitry Shmidt
1159d7f800
sysutils: Increase number of command arguments to 16
...
Change-Id: I0bba579634b334d24645c2af55ab3fab6da03fc6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2010-03-09 10:46:29 -08:00
Mike Lockwood
fe582b5d32
adb: Add five second timeout for USB writes on Linux host.
...
This helps us recover when things go wrong during automated testing.
Change-Id: I006dbfaff7f70d51398ff12fbddcaee751453b78
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-08 22:10:52 -05:00
Jean-Baptiste Queru
f91c96895d
Add an empty CleanSpec.mk
...
Change-Id: Ia3bea2f0adddfed8af6d7cde4ea6546ab37e7e56
2010-03-08 18:05:24 -08:00
The Android Open Source Project
7df6349a63
merge from open-source master
...
Change-Id: I698b3c16bdef8751cc857b00f815cb2f95465431
2010-03-08 17:14:43 -08:00
Arve Hjønnevåg
b51cb880c0
Merge "toolbox: nandread: Add options to extract raw images, partial images, and fix bad block check."
2010-03-08 14:51:01 -08:00
Nick Kralevich
3e1aac6c4d
Change netcfg permissions to 2750.
...
Fix bug 2104034.
Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a
2010-03-08 11:36:10 -08:00
Arve Hjønnevåg
b6b8793b8b
toolbox: nandread: Add options to extract raw images, partial images, and fix bad block check.
2010-03-03 16:48:38 -08:00
Joe Onorato
3b6bd0267a
remove stray printfs.
2010-03-03 17:18:28 -05:00
San Mehat
661aff600c
newfs_msdos: Allow -s option to work by itself
...
Signed-off-by: San Mehat <san@google.com>
2010-03-03 12:40:21 -08:00
San Mehat
503df20759
cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple control groups
...
Signed-off-by: San Mehat <san@google.com>
2010-03-02 17:09:56 -08:00
Andy McFadden
fd7ebb3673
Merge "Fix Heap Corruption from too long of a TAG"
2010-03-02 11:14:39 -08:00
Mike Chan
026b017a9b
Merge "init.rc: Add cpuacct to cgroup mount for cpu statistic"
2010-03-02 10:40:40 -08:00
Brian Carlstrom
6fcc801ead
Add missing newlines to adb usage message
2010-03-01 22:54:12 -08:00
Mike Chan
89f235c5e0
init.rc: Add cpuacct to cgroup mount for cpu statistic
...
Cpu accounting statistics expored in /acct
Change-Id: I8a35816e94b69d9e67a3dd65aae16520864777d7
Signed-off-by: Mike Chan <mike@android.com>
2010-03-01 20:29:58 -08:00
Joe Onorato
e2bf2ea4d2
Make logcat print both the main and system buffers by default. Make SLOGx macros work.
2010-03-01 13:03:19 -08:00
San Mehat
b91bf4ba86
Revert "init.rc: Add cpuacct to cgroup mount for cpu statistics"
...
This reverts commit a7d88224ff
.
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
2010-02-27 10:06:09 -08:00
Mike Lockwood
bfb0477f1d
Merge "adb: do not mix printf() with write() when writing to stdout."
2010-02-27 06:16:41 -08:00