summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* am e8a4dce8: Merge "Work on issue #18486438: Reduce size of bugreport ↵Dianne Hackborn2014-11-251-3/+0
|\ | | | | | | | | | | | | output" into lmp-mr1-dev * commit 'e8a4dce8169ba5fdcd86a5fc29aa6986de1711b0': Work on issue #18486438: Reduce size of bugreport output
| * Merge "Work on issue #18486438: Reduce size of bugreport output" into ↵Dianne Hackborn2014-11-241-3/+0
| |\ | | | | | | | | | lmp-mr1-dev
| | * Work on issue #18486438: Reduce size of bugreport outputDianne Hackborn2014-11-211-3/+0
| | | | | | | | | | | | | | | | | | Don't put packages.xml in to the output. Change-Id: I88a682866365886506a003a64deb4a29c16ba21c
* | | am e4c7ec84: Merge "atrace: make fs-specific sysfs entries optional" into ↵Greg Hackmann2014-11-211-8/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | lmp-mr1-dev * commit 'e4c7ec847d83edfb54c215f3ab6093efeb17a586': atrace: make fs-specific sysfs entries optional
| * | atrace: make fs-specific sysfs entries optionalGreg Hackmann2014-11-201-8/+8
| |/ | | | | | | | | | | | | | | | | | | The availability of these sysfs entries will vary based on the kernel's supported filesystems, so don't block the disk category if some of them are missing. Bug: 18467498 Change-Id: I96200f1b5cf3f1a8fa8186602552adc96ddffc04 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | am 754f16fc: Merge "Fix installd command line parser"Mike Lockwood2014-11-211-1/+3
|\ \ | | | | | | | | | | | | * commit '754f16fcf4b56f52450f91e3e840bad8a2cc997c': Fix installd command line parser
| * \ Merge "Fix installd command line parser"Mike Lockwood2014-11-211-1/+3
| |\ \
| | * | Fix installd command line parserSerguei Katkov2014-11-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parser does not take into account that the last argument can be empty. In this case it will skip end of line marker and continue parsing. Change-Id: I2d029a69ed22cef497893e592ff3275ced97f85f Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>
* | | | am ba4a43c6: Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."Elliott Hughes2014-11-201-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'ba4a43c6c78547444446181b4fae20a5d61d35ff': Kill INCLUDE_SYS_MOUNT_FOR_STATFS.
| * | | Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."Elliott Hughes2014-11-201-1/+1
| |\ \ \
| | * | | Kill INCLUDE_SYS_MOUNT_FOR_STATFS.Elliott Hughes2014-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I692179cae9d476dd5a0b5fa92813b61934dd7c87
| * | | | Add an installd command to mark the end of boot.Narayan Kamath2014-11-193-1/+23
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 18280671 (cherry picked from commit b1a6c2f95a455aa2829340fcc8d233493855f4d4) Change-Id: I97542875ffff1b68ab324e9b04fb9266c82633cc
* | | | am 11bf9e5c: Merge "Add support for dalvik.vm.isa.<instruction set>.variant"Ian Rogers2014-11-141-0/+12
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '11bf9e5c2f90101d56d918e1b3fe780b873e5566': Add support for dalvik.vm.isa.<instruction set>.variant
| * | | Add support for dalvik.vm.isa.<instruction set>.variantIan Rogers2014-11-081-0/+12
| | | | | | | | | | | | | | | | | | | | Bug: 18056890 Change-Id: Ia266fa9f2a79158ced82016106aa1cd2529259c9
| * | | am 60fd3fee: Migrate CA certificates to all usersRobin Lee2014-10-153-35/+144
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '60fd3feecab4336d964ca8e31c7c3220e1afb558': Migrate CA certificates to all users
| * \ \ \ am a91968fd: Merge "Accept socket connection before tracing." into lmp-devChristopher Ferris2014-10-021-3/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a91968fd099378d1673c7443be16adcb97ee40af': Accept socket connection before tracing.
| * \ \ \ \ am cde4b13a: Merge "Allow more than one dex2oat extra option"Narayan Kamath2014-10-011-5/+38
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | * commit 'cde4b13a12a0bc8a7bd031f5d5c1b2b2bdd13335': Allow more than one dex2oat extra option
| * | | | | am d9485403: Merge "Include the VPN server IP address in the VPN state ↵Lorenzo Colitti2014-09-231-25/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file." into lmp-dev * commit 'd94854030c76fc4ee4126ca1707a76fbd1f29126': Include the VPN server IP address in the VPN state file.
* | \ \ \ \ \ resolved conflicts for merge of 37878b1e to lmp-mr1-dev-plus-aospDmitriy Ivanov2014-11-113-0/+22
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | Change-Id: I748a7d2fb43fd63189f4688edbd0991e2b609dba
| * | | | | | Add an installd command to mark the end of boot.Narayan Kamath2014-11-103-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 18280671 Change-Id: I6b3aeaf143ab3b78881f163ec5c17b9bf20172ed
* | | | | | | am 106e5820: Merge "installd: Set priority to background for dexopting" into ↵Igor Murashkin2014-11-061-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-mr1-dev * commit '106e582053121f1934c33a6c98d35377e8ae384a': installd: Set priority to background for dexopting
| * | | | | | Merge "installd: Set priority to background for dexopting" into lmp-mr1-devIgor Murashkin2014-11-061-0/+5
| |\ \ \ \ \ \
| | * | | | | | installd: Set priority to background for dexoptingIgor Murashkin2014-11-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes jank caused by dex2oat while installing an application in the background. Bug: 17497551 Change-Id: I5a69b00c0fd76ae22a0d1adb242bef6c18a75743
* | | | | | | | am 9cea6ccb: dumpstate: report device uptime mmc performanceMark Salyzyn2014-11-051-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '9cea6ccbd8789f9583c78ce2b36ac5dd75717b6c': dumpstate: report device uptime mmc performance
| * | | | | | | dumpstate: report device uptime mmc performanceMark Salyzyn2014-11-041-0/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18085992 Change-Id: Ibc0a37d3d2649d1e6708d9357f37ed75f2cea121
* | | | | | | am 70ec2941: atrace: fix Sync Manager tracing preventing enabling of kernel ↵Patrick Auchter2014-10-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sync tracing * commit '70ec2941530766bdca09ef2983a3ff794c028ee6': atrace: fix Sync Manager tracing preventing enabling of kernel sync tracing
| * | | | | | atrace: fix Sync Manager tracing preventing enabling of kernel sync tracingPatrick Auchter2014-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both Sync Manager tracing and kernel sync tracing were using "sync" to enable tracing and since Sync Manager was found first, this prevented enabling kernel sync tracing. To fix this, use "syncman" to enable Sync Manager tracing. Change-Id: Id3b799e01e5041c582cd752c8c40d3e36954f821 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | | | | am bf46706f: Merge "dumpstate: Add trusty version if driver is found" into ↵Arve Hjønnevåg2014-10-201-0/+24
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-mr1-dev * commit 'bf46706f366f0446e60971e32acfcd221b7f19cf': dumpstate: Add trusty version if driver is found
| * | | | | | dumpstate: Add trusty version if driver is foundArve Hjønnevåg2014-10-161-0/+24
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Change-Id: I7780ea8e1d777c222a73408f70d8a6d49dee1d92
* | | | | | am 91c395f6: am 60fd3fee: Migrate CA certificates to all usersRobin Lee2014-10-153-35/+144
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '91c395f6c344682f1ae5926766d4d7247dee6df4': Migrate CA certificates to all users
| * | | | | Migrate CA certificates to all usersRobin Lee2014-10-153-35/+144
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copies the /data/misc/keychain/cacert-* directories to all users on the device, whereas previously they were simply copied to user 0. This is a shallow copy so anything that wasn't supposed to be there will disappear. Bug: 17811821 Change-Id: Iae5909ab8d5efdb83c9c8fdf0e10ab7060d022cc
* | | | | am a91968fd: Merge "Accept socket connection before tracing." into lmp-devChristopher Ferris2014-10-021-3/+7
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'a91968fd099378d1673c7443be16adcb97ee40af': Accept socket connection before tracing.
| * | | | Accept socket connection before tracing.Christopher Ferris2014-10-011-3/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes dumping threads takes a long time and bugreport times out. This change will cause us to accept the bugreport socket connection before dumping threads and should avoid the failed to connect to dumpstate service problems we've seen. Bug: 17758374 Change-Id: I80afa0353cf1c340873f481a8d1d7faffff54120
* | | | am cde4b13a: Merge "Allow more than one dex2oat extra option"Narayan Kamath2014-10-011-5/+38
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * commit 'cde4b13a12a0bc8a7bd031f5d5c1b2b2bdd13335': Allow more than one dex2oat extra option
| * | | Allow more than one dex2oat extra optionYevgeny Rouban2014-09-171-5/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All extra options are provided as one argument to dex2oat. The patch splits all options to individual ones. Change-Id: Ied65bb9cf38b114611e88a8d5d86305021700d0b Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com> Signed-off-by: Yevgeny Rouban <yevgeny.y.rouban@intel.com>
* | | | am d9485403: Merge "Include the VPN server IP address in the VPN state ↵Lorenzo Colitti2014-09-231-25/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | | | | | | file." into lmp-dev * commit 'd94854030c76fc4ee4126ca1707a76fbd1f29126': Include the VPN server IP address in the VPN state file.
| * | Include the VPN server IP address in the VPN state file.Lorenzo Colitti2014-09-191-25/+7
| | | | | | | | | | | | | | | | | | | | | | | | This will be used by LegacyVpnRunner to create a throw route pointing at it. Bug: 17462989 Change-Id: I3ebf0cec726dd12b2c57ba5d66775f8c02b25b70
* | | am e1e3d278: Merge "Clean cruft out of makefiles."Dan Albert2014-09-121-3/+1
|\ \ \ | | |/ | |/| | | | | | | * commit 'e1e3d278549eb6389eb0b5fa3f13a4ac079a55a2': Clean cruft out of makefiles.
| * | Clean cruft out of makefiles.Dan Albert2014-09-111-3/+1
| | | | | | | | | | | | | | | | | | | | | Cleans up manual uses of stlport and bionic (and removes uses of private bionic headers). Change-Id: I157309d702e59152adfa3450939082248ae4c043
* | | resolved conflicts for merge of 07c9557f to lmp-dev-plus-aospDan Albert2014-09-123-28/+25
|\ \ \ | |/ / | | | | | | Change-Id: Ic212ab2ee90b1cc7db7203210b047c870bb5c476
| * | Fix warnings on unused variables and parameters.Chih-Hung Hsieh2014-09-113-28/+25
| | | | | | | | | | | | | | | BUG: 17474723 Change-Id: If40f5e765090cfb970e4129b78b1e74cf8bad217
| * | Use time() instead of clock() for timeouts.Christopher Ferris2014-09-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The clock() function returns the processor time used by the process. This is not a good timeout mechanism since the code is suspended most of the time waiting for the forked process to finish. Replace with the time() function. Bug: 17154069 (cherry picked from commit 89d4949f86f4f7b6710e951afefad186c667fd6e) Change-Id: I42f0f24ee53ef99955fd482a1089e39d491f3bd5
* | | am 70b9e6c8: Merge "Make dumpstate vibrate immediately." into lmp-devJeff Brown2014-09-122-44/+57
|\ \ \ | | |/ | |/| | | | | | | * commit '70b9e6c8f3221bbbeefc85c70746541a5b318afc': Make dumpstate vibrate immediately.
| * | Make dumpstate vibrate immediately.Jeff Brown2014-09-112-44/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the vibration was not performed until after stacks were gathered which takes a long time. Moved the vibration to happen earlier so we provide better user feedback for the three-button salute when collecting a bug report. Deleted some dead code for playing begin/end sounds. Improved the timing measurement code to help track down why bug reports are so slow. (They take over a minute now which can cause us to lose valuable diagnostic information.) Bug: 17474152 Change-Id: Iac73f7993d7dc85196aad96f459b22fd4a710f94
* | | am 5ef471c5: Merge "Use time() instead of clock() for timeouts." into lmp-devChristopher Ferris2014-09-091-4/+4
|\ \ \ | |/ / | | | | | | | | | * commit '5ef471c5f986a52c681a29856c38f72127cdf8ac': Use time() instead of clock() for timeouts.
| * | Merge "Use time() instead of clock() for timeouts." into lmp-devChristopher Ferris2014-09-091-4/+4
| |\ \
| | * | Use time() instead of clock() for timeouts.Christopher Ferris2014-09-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The clock() function returns the processor time used by the process. This is not a good timeout mechanism since the code is suspended most of the time waiting for the forked process to finish. Replace with the time() function. Bug: 17154069 Change-Id: Ib383329f9db269445d71a100553b08e71fddda3f
* | | | am 464e539c: Merge "Add new system APK locations." into lmp-devJeff Sharkey2014-09-094-16/+36
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '464e539cd3e931aaca99a67d0addc6d68bd96b3d': Add new system APK locations.
| * | | Add new system APK locations.Jeff Sharkey2014-09-094-16/+36
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Add /system/priv-app and /oem/app paths to system paths. Also allow rmdex on system apps, and quietly ignore when it was already removed. Also relax logging when clearing code cache, since it's optional. Bug: 17205122 Change-Id: I4fc4d0f63a3596937c4defbd64e1f8a1c563f02d
| * | Remove obsolete prunedexcacheAlex Light2014-08-283-55/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 16875245 (cherry picked from commit 5f727f86942a188354c028356f1167794fdc8655) Change-Id: I06e14c405aa4af295795982c1d236be3cb00e893