summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * boot animation is dithered and scaledMathias Agopian2011-11-101-3/+10
| | | | | | | | | | | | | | | | | | disable dithering which shouldn't have been enabled in the first place because the frames are typically scaled. we still use a 16-bits texture format to preserve memory. Bug: 5600948 Change-Id: Ib4d6e133df4375d0d735cd4325b6e589bbc5dafe
* | am 3b2681ba: am 3af8b88d: Merge "Add drop box reports of low memory." into ↵Dianne Hackborn2011-11-091-0/+20
|\ \ | |/ | | | | | | | | | | ics-mr1 * commit '3b2681bad989013154f90c4b9c31f074af1f822c': Add drop box reports of low memory.
| * Add drop box reports of low memory.Dianne Hackborn2011-11-081-0/+20
| | | | | | | | | | | | | | | | | | | | We are tagging these as "watchdog" to make them visible in the reporting tools. Also new am command to kill all background processes, mostly to make it easier to test this stuff. Change-Id: Ib9dc4747cd8bd44156fdf11d6a087cd4272203eb
* | resolved conflicts for merge of 26f70db9 to masterAndreas Huber2011-11-081-1/+1
|\ \ | |/ | | | | Change-Id: Ib1536b1a4c9eeff80e0726b3e61cee12057cd120
| * Merge "Remove surface legacy APIs and code." into ics-mr1Andreas Huber2011-11-081-1/+1
| |\
| | * Remove surface legacy APIs and code.Andreas Huber2011-10-281-1/+1
| | | | | | | | | | | | | | | | | | All surfaces are now supported through surface textures. Change-Id: I95dd823e7099c0c32a48a1121624149dcc29d9c6
* | | am 55fe6763: Merge "Include showmap output in bug report." into ics-mr1Dianne Hackborn2011-11-053-0/+14
|\ \ \ | |/ / | | | | | | | | | * commit '55fe6763d29cb0e899b2541497f4d8bc1bbd14ba': Include showmap output in bug report.
| * | Include showmap output in bug report.Dianne Hackborn2011-11-033-0/+14
| | | | | | | | | | | | Change-Id: I02d246defc73ea45c469ab7cb899f45d5663a301
* | | am f136aa34: Merge "Various performance and other work." into ics-mr1Dianne Hackborn2011-11-021-123/+137
|\ \ \ | |/ / | | | | | | | | | * commit 'f136aa341abaaf7fd6f7632d41a30b2989d93985': Various performance and other work.
| * | Various performance and other work.Dianne Hackborn2011-10-311-123/+137
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - IME service now switches between visible and perceptible depending on whether it is being showm, allowing us to more aggressively free its memory when not shown. - The activity display time is no longer delayed by the activity transition animation. - New -R (repeat) option for launching activities with the am command. - Improved some documentation on Loader to be clear about some methods that apps should not normally call. - FrameworkPerf test now allows you to select individual tests to run. Change-Id: Id1f73de66dc93d63212183958a72119ad174318b
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-264-14/+14
|/ | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
* NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber2011-10-131-27/+1
| | | | Change-Id: Ie204db8810807f1e7981959e34dc0149e5d9563a