summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fixing the build."Svetoslav Ganov2012-02-161-0/+4
|\
| * Fixing the build.Svetoslav Ganov2012-02-161-0/+4
| | | | | | | | Change-Id: I9ba599adea16b68c3c3af166a2845979624aef80
* | Upintegrate the common_time service from ics-aah.Mike J. Chen2012-02-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the common_time service developed in the ics-aah branch back into master. The common_time service is a small service build to synchronize an arbitrary timeline amongst peers on a local sub-net. While running and configured, the service will elect a master from the set of available devices within the subnet, define a relationship between the common_time timeline the local time timeline (provided by the local time HAL), and then attempt to maintain synchronization between common and local time by controlling the frequency of the local time clock via the HAL, or by disciplining local time in the digital domain if the local time HAL implementation does not support HW slewing. On its own, the native common time service will do nothing until it is configured. The CommonTimeManagementService (running out of the system server process) is responsible for implementing policy regarding configuration and operation of the common_time service and will be added in a subsequent CL. Change-Id: I71292f9b9b1797665865689c4572c9d3a0552f64 Signed-off-by: John Grossman <johngro@google.com>
* | Merge "Adding shell commands for modifying content."Svetoslav Ganov2012-02-165-0/+668
|\ \ | |/
| * Adding shell commands for modifying content.Svetoslav Ganov2012-02-155-0/+668
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added methods to the ActivityManagerService remote interface that allow accessing content providers outside of an application. These methods are guarded by an internal signature protected permission which is given to the shell user. This enables a shell program to access content providers. 2. Implemented a shell command that takes as input as standart fagls with values and manipulates content via the content provider mechanism. Change-Id: I2943f8b59fbab33eb623458fa01ea61a077b9845
* | Move keystore to system/security repoKenny Root2012-02-156-1333/+0
|/ | | | | | | Move keystore to system/security at revision a91203b08350b2fc7efda5b1eab39e7541476b3a Change-Id: I7dbd625b864e9c63489b08e9fd28dfb22da81072
* Merge "Fix build warnings"Glenn Kasten2012-02-131-1/+1
|\
| * Fix build warningsGlenn Kasten2012-01-111-1/+1
| | | | | | | | Change-Id: Ia5b8da2cfed7ae02c9e8e03e8bae22b2a68684a0
* | Merge "Move away from MediaDebug and use ADebug instead"James Dong2012-02-105-17/+17
|\ \
| * | Move away from MediaDebug and use ADebug insteadJames Dong2012-02-105-17/+17
| | | | | | | | | | | | Change-Id: I963a3b6f79a7292891973cbeeaf3378b38629f08
* | | Add the ability to pass float extras to AM.Mike J. Chen2012-02-101-0/+18
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 43a2825a283e29c0f70100146394957af0598b0e Author: John Grossman <johngro@google.com> Date: Wed Apr 27 09:03:53 2011 -0700 Add the ability to pass float extras to AM. Change-Id: I970ad3f76a65bd781099204019095c73ed8c09db Signed-off-by: Mike J. Chen <mjchen@google.com> Signed-off-by: John Grossman <johngro@google.com> Conflicts: cmds/am/src/com/android/commands/am/Am.java
* | Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-092-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Services now must explicitly opt in to being accessed by isolated processes. Currently only the activity manager and surface flinger allow this. Activity manager is needed so that we can actually bring up the process; SurfaceFlinger is needed to be able to get the display information for creating the Configuration. The SurfaceFlinger should be safe because the app doesn't have access to the window manager so can't actually get a surface to do anything with. The activity manager now protects most of its entry points against isolated processes. Change-Id: I0dad8cb2c873575c4c7659c3c2a7eda8e98f46b0
* | am 33476f7a: am f79bcd2d: am 52da99fa: am a081c7b8: Merge "Skia API changes ↵Jean-Baptiste Queru2012-02-061-1/+4
|\ \ | | | | | | | | | | | | | | | | | | as a result of an update to the Skia library." * commit '33476f7ad1c3b4dcaefddb306f315e201c4efb33': Skia API changes as a result of an update to the Skia library.
| * | Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+4
| | | | | | | | | | | | | | | | | | These changes are required to work with r3022 of Skia Change-Id: Ib7cebeb2eba6790bb38edfc2397b311cf419e17c
| * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-1913-123/+123
| | | | | | | | | | | | Change-Id: I1de629b4632a4b3187ca1a28d6416daccd35f924
| * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-194-21/+21
| | | | | | | | | | | | Change-Id: I8fbdfa7a7581f481968dbb65aa40f7042936d7cb
| * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-1910-26/+26
| | | | | | | | | | | | Change-Id: I26f76452ac49e2890b14d133c065493d8df0fb4a
| * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-191-3/+3
| | | | | | | | | | | | Change-Id: I44f267700356967dc51e8f85ebf457dc85cfb229
| * | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-194-14/+14
| | | | | | | | | | | | Change-Id: I5321ebd12e9c6248a108529e82c4e1af2a4405e3
* | | Multi-user - 1st major checkinAmith Yamasani2012-02-035-17/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switching activity stacks Cache ContentProvider per user Long-press power to switch users (on phone) Added ServiceMap for separating services by user Launch PendingIntents on the correct user's uid Fix task switching from Recents list AppWidgetService is mostly working. Commands added to pm and am to allow creating and switching profiles. Change-Id: I15810e8cfbe50a04bd3323a7ef5a8ff4230870ed
* | | Dump xt_qtaguid stats to using GID instead of su.Jeff Sharkey2012-01-311-2/+2
| | | | | | | | | | | | Change-Id: I77a956cf37c1f1f792f6939b2f32a47f1cbe14c0
* | | Remove optional LVMX serviceGlenn Kasten2012-01-272-6/+0
| | | | | | | | | | | | Change-Id: I64121d320b756e46869b82b79e49aebacbac3a48
* | | The software AAC encoder is now an OMX component.Andreas Huber2012-01-261-2/+2
| | | | | | | | | | | | | | | | | | Yay. Change-Id: I74938a20b4e0a622836ea5184d3761180eb0f5de
* | | Fix build warning for void * arithmeticGlenn Kasten2012-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | binder.c: In function 'bio_init': binder.c:415: warning: pointer of type 'void *' used in arithmetic Change-Id: I6926ad05e6dc7362331dffb6e8eca130955f25df
* | | Merge "New command to request a sync"Alon Albert2012-01-135-0/+449
|\ \ \ | |_|/ |/| |
| * | New command to request a syncAlon Albert2012-01-135-0/+449
| | | | | | | | | | | | Change-Id: I523e8ff4814940197d0b9a362a3920e69feae6fd
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-0813-125/+125
|/ / | | | | | | | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-064-21/+21
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I00a4b904f9449e6f93b7fd35eac28640d7929e69
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-0410-26/+26
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
* | Add ContentProvider.dump()Marco Nelissen2011-12-151-0/+7
| | | | | | | | | | | | | | | | This is similar to the existing dump() facility for services. ContentProviders can now implement dump() and that info will be shown when running "dumpsys activity provider" and when taking a bugreport. Change-Id: I33b3b132e3c4f920153355cc368eda2f725a715f
* | Merge "Dump system and secure settings in bugreport."Amith Yamasani2011-12-131-0/+3
|\ \
| * | Dump system and secure settings in bugreport.Amith Yamasani2011-12-091-0/+3
| | | | | | | | | | | | Change-Id: I19b7bf83c160b1bd5ce79e64886a9a76b91217b3
* | | Add a command option to display installerPackageNameAshish Sharma2011-12-091-2/+11
|/ / | | | | | | Change-Id: I2e5cb5891c610531d9ba7c359fd5dd521f8ecfec
* | Add tap and swipe capabilities to the "input" tool.Jeff Brown2011-12-061-49/+88
| | | | | | | | Change-Id: Ia2950d281ef04232c5134fa045ce18272fbd6f81
* | am ec42750e: am 0c0120ef: Merge "Fix issue #5714517: App shortcuts can ↵Dianne Hackborn2011-12-051-29/+68
|\ \ | |/ | | | | | | | | | | result in bad task intents" into ics-mr1 * commit 'ec42750e4d0e695515d078fb1f222c99a705fd93': Fix issue #5714517: App shortcuts can result in bad task intents
| * Fix issue #5714517: App shortcuts can result in bad task intentsDianne Hackborn2011-12-051-29/+68
| | | | | | | | | | | | | | | | New API to let you build an Intent whose base configuration is correct, but has an additional "selector" to pick out the specific app that you would like launched. Change-Id: Ide9db6dc60e2844b7696cfe09b28337fe7dd63db
* | am 7f36d421: am 5a7c9176: Merge "Fix free_cache to actually work" into ics-mr1Kenny Root2011-12-014-18/+84
|\ \ | |/ | | | | | | * commit '7f36d4217269e79f8409c46f12f10464a1f585ea': Fix free_cache to actually work
| * Fix free_cache to actually workKenny Root2011-12-014-18/+84
| | | | | | | | | | | | | | | | | | | | This broke with some other path-related changes, so it was scanning for /data/*/cache instead of /data/data/*/cache Also remove redundant call to restat Bug: 5686310 Change-Id: Id1661f0f1337858fc9ead53c56ab7557f421c591
* | allow dumpstate to work with dmesg_restrict=1Nick Kralevich2011-11-293-1/+54
| | | | | | | | | | | | | | | | | | Ensure that dumpstate has the CAP_SYSLOG permission, so that it can always read the kernel syslog buffer. This is needed to ensure that "adb bugreport" shows the dmesg log buffer. Bug: 5585365 Change-Id: I4b561b77ada83dc875de80fe3ed15743c5958d09
* | am 18f05518: am eaeb4f4e: Merge "Fix some policy-base routing issues." into ↵Robert Greenwalt2011-11-231-0/+6
|\ \ | |/ | | | | | | | | | | ics-mr1 * commit '18f05518a882eeb778433c65bff27831a8accdc2': Fix some policy-base routing issues.
| * Merge "Fix some policy-base routing issues." into ics-mr1Robert Greenwalt2011-11-231-0/+6
| |\
| | * Fix some policy-base routing issues.Robert Greenwalt2011-11-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Secondary nets sometimes come up with no routes, but parsing errors end up with null routes getting added. Trim that away. Also added some dumpstate logging of the secondary route tables and rules. bug:5615697 Change-Id: I94c9d888bab958df44891b9117236436e046cc7f
* | | am 2084d206: am 0f3570c3: Merge "Re-enable vril-dump for adb bugreport." ↵Jake Hamby2011-11-171-3/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | into ics-mr1 * commit '2084d20668a79e5a31ec7365652434ec943503ef': Re-enable vril-dump for adb bugreport.
| * | Re-enable vril-dump for adb bugreport.Jake Hamby2011-11-171-3/+1
| |/ | | | | | | | | | | | | | | vril-dump was causing adb bugreport to hang on Xoom. The OEM fixed the utility and we can now run it again as part of the bug report. Bug: 5482585 Change-Id: I1db3b50c327d50d18fb9c6327c4cd521e09f3916
* | am d9070a08: am 5f11d73c: Merge "Improve low memory dropbox reporting." into ↵Dianne Hackborn2011-11-151-0/+37
|\ \ | |/ | | | | | | | | | | ics-mr1 * commit 'd9070a08807ee119d9d73052cc1ad1f1b29eb13d': Improve low memory dropbox reporting.
| * Improve low memory dropbox reporting.Dianne Hackborn2011-11-151-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The msg is now constructed to try to bin these reports in interesting ways. We'll see. Also change the tag name from watchdog to lowmem, since sharkey is kindly taking care of the back-end to handle this. Improve how we put processes into low memory states to better poke things like home and the previous app. Also clean up some debug output, and add a few new am comment options for controlling the current debug app. Change-Id: I562a931a95244a2727bb7a6e1fd80dec259cdae2
* | Merge "Include the build fingerprint in bug reports."Jeff Brown2011-11-111-0/+1
|\ \
| * | Include the build fingerprint in bug reports.Jeff Brown2011-11-111-0/+1
| | | | | | | | | | | | | | | | | | | | | We need the build fingerprint to decode the native stacks that appear within the bug report. Change-Id: Ia337addb5e4942c1ec7bcee3407b6a4f6b7e89ab
* | | am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ↵Akwasi Boateng2011-11-111-3/+10
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://android-git:29418/platform/frameworks/base into ics-mr1-plus-aosp * commit 'cb0db0306b5849a35d3d99eea1b34ce019c6f0d8': Make the overridden ImageView#setVisibility remotable Clamp non-monotonic stats instead of dropping. DO NOT MERGE. Fix leak in LayoutTransition Fix lastVisible/global rects Fix Wimax-less build. Fix leak in LayoutTransition Deferring wallpaper update to improve workspace scrolling (issue 5506959) Terminate EGL when an app goes in the background boot animation is dithered and scaled Fix NdefRecord byte-stream constructor. PopupWindow dismiss() can get into a recursive loop. Fold WiMAX state into the mobile RSSI. Remove dedicated wimax icon to fix RSSI layout.