summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add Dell's vendor ID to fastboot." into eclairandroid-2.1_r2.1sandroid-2.1_r2Xavier Ducrohet2010-01-211-0/+1
|\
| * Add Dell's vendor ID to fastboot.Xavier Ducrohet2010-01-211-0/+1
| | | | | | | | Change-Id: I1d88d2a8b3f5c0a9bade2a207b5d9c5a0b776655
* | Add DELL's USB Vendor ID to adb - DO NOT MERGEXavier Ducrohet2010-01-211-0/+3
|/ | | | Change-Id: Ie1a6b6a81f50956362aee2a2d6d1b805f0e85b7a
* Add gsm_rat_switched event tag.John Wang2010-01-131-0/+3
|
* system: sched_policy: Don't return an error when the thread we're trying to ↵android-2.1_r1San Mehat2009-12-031-1/+10
| | | | | | move exits on us Signed-off-by: San Mehat <san@google.com>
* Don't copy /proc/last_kmsg to /data/dontpanic/last_kmsg --Dan Egnor2009-11-241-5/+0
| | | | | it gets generated on every boot, so this is a bunch of writing for no particularly good reason.
* Work on issue #2259506: camera ANRed and then device runtime restartedandroid-2.0.1_r1Dianne Hackborn2009-11-161-0/+2
| | | | | | New event log tag for when a process fails to start. Change-Id: Icb08757e1514a1d6f5462d22b931114c10b964b2
* Correctly compute the type of an assignment expression.Jack Palevich2009-11-083-0/+16
| | | | | | | | | This change enables following types of statements to work correctly: a = b = 3; if ((a = getchar()) < 0) { ... } This fixes 2232082 acc: assignment in comparison segfaults
* cutils: make set_process_name set kernel thread name as wellErik Gilling2009-11-051-1/+14
| | | | Signed-off-by: Erik Gilling <konkers@android.com>
* Make the RIL daemon part of the audio group so it can load region-specificJean-Michel Trivi2009-11-021-1/+1
| | | | acoustic parameters.
* am 23433b93: Add Sony-Ericsson to adb.Xavier Ducrohet2009-11-021-0/+3
|\ | | | | | | | | | | | | Merge commit '23433b93d1acb01650c9480d9bb5d5d869ba4f79' into eclair * commit '23433b93d1acb01650c9480d9bb5d5d869ba4f79': Add Sony-Ericsson to adb.
| * Add Sony-Ericsson to adb.Xavier Ducrohet2009-10-301-0/+3
| |
* | cutils: sched_policy: Fix bug where we were unable to move backgrounded ↵San Mehat2009-10-291-3/+5
| | | | | | | | | | | | threads into the foreground Signed-off-by: San Mehat <san@google.com>
* | cutils: schedpolicy: Add debug code to log sched policy transitionsSan Mehat2009-10-291-0/+37
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | toolbox: Add scheduling policy display to top/psSan Mehat2009-10-272-9/+51
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | cutils: Add support for reading a processes scheduler policySan Mehat2009-10-272-3/+89
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | Add stack unwinding directives to atomic-android-arm.S.Ben Cheng2009-10-211-0/+18
|/ | | | | | For bug 2182296. Eclair branch Dr. No approved by: hiroshi
* init: devices: Remove pmem_gpu regions as they are not needed since we have ↵android-2.0_r1Dima Zavin2009-10-151-4/+0
| | | | | | | an mmu Change-Id: I2f8f0440d9a21230c7711cb6d9a20ec6887b7cb9 Signed-off-by: Dima Zavin <dima@android.com>
* init: Add qdsp6 video encoder, q6venc, device owned by system.audioDima Zavin2009-10-151-0/+1
| | | | | Change-Id: I86173e07163b70ce8990b8508afba44729c0d8ca Signed-off-by: Dima Zavin <dima@android.com>
* Merge change I831d8e1e into eclairAndroid (Google) Code Review2009-10-131-0/+4
|\ | | | | | | | | * changes: rootdir: init.rc: Adjust background dirty writeout policy
| * rootdir: init.rc: Adjust background dirty writeout policySan Mehat2009-10-131-0/+4
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | adb: Add "adb disconnect" command for disconnecting TCP/IP devices.Mike Lockwood2009-10-118-8/+93
|/ | | | | | | Also check that device is not already connected in "adb connect" Change-Id: I5f84b56b63d8c6932f23791cac319fd6bc39d36c Signed-off-by: Mike Lockwood <lockwood@android.com>
* Force the mediaserver process to restart whenever the zygote or systemDan Bornstein2009-10-091-0/+1
| | | | | | server do. Change-Id: I16ce4ae656473055e7e244ccd4af7055959e3c1c
* Merge change I7b04795c into eclairAndroid (Google) Code Review2009-10-081-0/+4
|\ | | | | | | | | * changes: Make vmallocinfo readable by group log so we can put it in bugreports
| * Make vmallocinfo readable by group log so we can put it in bugreportsRebecca Schultz Zavin2009-10-081-0/+4
| | | | | | | | | | Change-Id: I7b04795c029c51108132e7a9eaf46b97de06de6f Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
* | am 46ef2b87: add free space on system and cache to free_storage_left log eventDoug Zongker2009-10-071-2/+2
|\ \ | |/ |/| | | | | | | | | Merge commit '46ef2b87d01a2df67074351d0078bf900550f343' into eclair * commit '46ef2b87d01a2df67074351d0078bf900550f343': add free space on system and cache to free_storage_left log event
| * add free space on system and cache to free_storage_left log eventandroid-1.6_r2Doug Zongker2009-10-071-13/+13
| |
* | init.rc: don't mount debugfsBrian Swetland2009-10-071-2/+0
| | | | | | | | We'll do this in the product-specific init files.
* | Revert "rootdir: init.rc: *LATENCY EXPERIMENT* - Disable cgroups in favor of ↵San Mehat2009-10-061-18/+18
| | | | | | | | | | | | new scheduler policy support" This reverts commit 35ad5f41c39c5f3af7a8f00185a13366f4901e69.
* | am b084929f: Make AudioPara4 world-readableJean-Baptiste Queru2009-10-041-1/+1
|\| | | | | | | | | | | | | Merge commit 'b084929f5dd57b878f6debe6567a6c8888061fa0' into eclair * commit 'b084929f5dd57b878f6debe6567a6c8888061fa0': Make AudioPara4 world-readable
| * Make AudioPara4 world-readableJean-Baptiste Queru2009-10-021-1/+1
| | | | | | | | | | | | This way adb pull can get to it on user builds. BUG=1869158
* | init: builtins: trancate target file in do_copyTom Zhu2009-09-301-1/+1
| | | | | | | | | | | | | | | | add O_TRUNC flag in open(), which will truncate the target file, otherwise, copy will keep the old content of the target file. Signed-off-by: Tom Zhu <ling.zhu@motorola.com> Signed-off-by: San Mehat <san@google.com>
* | Add backup_initialize event to track initializeDevice() requestsDan Egnor2009-09-291-0/+1
| |
* | Add a new event log tag for corrupted database files.Jeff Hamilton2009-09-291-0/+1
| | | | | | | | Change-Id: I6b920de4e7c86257cb56a75e570c01a42fb2d082
* | Print code around PC and LR in the inline log.Ben Cheng2009-09-281-105/+95
| | | | | | | | 8 more lines should provide more crucial information in weird cases.
* | vold: Add support for /dev/block/mmcblk1Ethan.Du2009-09-244-6/+33
| | | | | | | | | | Signed-off-by: Ethan.Du <a7233c@motorola.com> Signed-off-by: San Mehat <san@google.com>
* | Merge change 26093 into eclairAndroid (Google) Code Review2009-09-242-0/+191
|\ \ | | | | | | | | | | | | * changes: Add NOTICE file and license tag for adb
| * | Add NOTICE file and license tag for adbJean-Baptiste Queru2009-09-202-0/+191
| | | | | | | | | | | | BUG=1716164
* | | Ensure -user builds can run the dex preopt pass in the emulator.David 'Digit' Turner2009-09-231-6/+9
| | | | | | | | | | | | | | | This is done by ensuring that /init.goldfish.rc and /system/etc/init.goldfish.sh are part of the system image, even if it lacks other emulator related bits.
* | | Merge change 26423 into eclairAndroid (Google) Code Review2009-09-221-0/+3
|\ \ \ | | | | | | | | | | | | | | | | * changes: Add support for Acer devices
| * | | Add support for Acer devicesRobert CH Chou2009-09-221-0/+3
| | | | | | | | | | | | | | | | Change-Id: I7045249f86e2b628c31c888e95eb5ba6f6c47251
* | | | Add event parameter for the restore set (device id) data is being restored fromDan Egnor2009-09-221-1/+1
|/ / /
* | | Add event log tag for server-prompted reset of backup dataChristopher Tate2009-09-211-0/+1
| | |
* | | Merge change 26051 into eclairAndroid (Google) Code Review2009-09-211-1/+2
|\ \ \ | | | | | | | | | | | | | | | | * changes: add account field to the sync log event
| * | | add account field to the sync log eventDoug Zongker2009-09-201-1/+2
| |/ /
* | | adb: Add USB Vendor IDs for LG and HuaweiMike Lockwood2009-09-211-0/+6
| | | | | | | | | | | | | | | Change-Id: Ib47e3e39609bac9cf34f2b9334aa95184b3db71d Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | init.rc: specify keystore directory and fix permissions.Chia-chi Yeh2009-09-201-3/+3
|/ /
* | Remove logwrapper for Bluetoothd.Jaikumar Ganesh2009-09-201-4/+2
| | | | | | | | Change-Id: I6d16bc0dbdf9f3aff2080f8c7968ff3cb592811e
* | adb: Clean up argument passing for create_service_thread()Mike Lockwood2009-09-191-4/+5
| | | | | | | | | | Change-Id: Id68b312e76215e8e217b42ca0301713dbddfee9e Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 25859 into eclairAndroid (Google) Code Review2009-09-181-2/+1
|\ \ | | | | | | | | | | | | * changes: Improve error-handling when an expected token is missing.