summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* am 457731f6: Use the timeout stack dump functions.Christopher Ferris2015-01-151-5/+13
|\ | | | | | | | | * commit '457731f69e3106b5aae8fc04f9565af1d875876c': Use the timeout stack dump functions.
| * Use the timeout stack dump functions.Christopher Ferris2015-01-141-5/+13
| | | | | | | | | | | | | | | | | | Use the native stack dumping functions that allows time outs. If debuggerd locks up, before a bugreport would hang forever. Now it will timeout properly and still get all of the other information. Bug: 18766581 Change-Id: I85053b8dcfe6224e2b64b4d8f7f2ef448b3cda34
| * Fix message when a command times out.Christopher Ferris2015-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | The previous version printed out the nanoseconds elapsed, not seconds. Bug: 18766581 (cherry picked from commit 67c5a8af9ed128d8bb56d4723303aef6f0a4500f) Change-Id: Icbaaee83a92767694fd98e3c790f36f4d24681b0
| * Installd: Swap file for dex2oatAndreas Gampe2014-12-181-5/+61
| | | | | | | | | | | | | | | | Add swap file support for dex2oat to installd. Only use in low-memory mode. Bug: 18596910 Change-Id: I131448f3907115054a592af73db86d2b9257ea33
* | am 4f9bfffe: Merge "Fix message when a command times out."Christopher Ferris2015-01-121-1/+1
|\ \ | | | | | | | | | | | | * commit '4f9bfffe23d40fdaabe91ea7c7691e52800edb79': Fix message when a command times out.
| * | Fix message when a command times out.Christopher Ferris2015-01-091-1/+1
| | | | | | | | | | | | | | | | | | The previous version printed out the nanoseconds elapsed, not seconds. Change-Id: I10f6d7bf7b7a4647658313ed83781fda6fd744a5
* | | am 96e4409e: Merge "Installd: Disallow relocation for decryption"Andreas Gampe2015-01-071-15/+24
|\ \ \ | |/ / | | | | | | | | | * commit '96e4409e8c38b1d79285eca9886d44ff850b5748': Installd: Disallow relocation for decryption
| * | Installd: Disallow relocation for decryptionneo.chae2015-01-071-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When decrypting a device, a tmpfs is temporarily mounted as /data, the size of which is usually small. When the zygote, system server and necessary apps are brought up, they will be compiled into the tmpfs. If the system image contains prebuilts, they will be relocated instead of compiled. This is unnecessary. In this special situation it is acceptable to run out of the prebuilt oat files without relocation, which can save space in the tmpfs. This patch ensures that apps are not being relocated. Change-Id: I42bfb7e3039574b7e4f2772e0d395f093d59ed1b Signed-off-by: Hyangseok Chae <neo.chae@lge.com>
* | | am d3255076: Merge "Installd: Swap file for dex2oat"Andreas Gampe2014-12-221-3/+59
|\ \ \ | |/ / | | | | | | | | | * commit 'd325507698d8379e431a8c8fefcfafe59956bd88': Installd: Swap file for dex2oat
| * | Installd: Swap file for dex2oatAndreas Gampe2014-12-181-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add swap file support for dex2oat to installd. Only use in low-memory mode. Bug: 18596910 (cherry picked from commit f68ce4de7fcfcc090af7985972b304eed7dbaf63) Change-Id: I131448f3907115054a592af73db86d2b9257ea33
* | | am 1be4021c: Merge "Installd: Remove dalvik paths"Andreas Gampe2014-12-161-42/+4
|\ \ \ | |/ / | | | | | | | | | * commit '1be4021c2a867c7e067a3c5b937a054f0eb7817f': Installd: Remove dalvik paths
| * | Installd: Remove dalvik pathsAndreas Gampe2014-12-151-42/+4
| | | | | | | | | | | | | | | | | | Dalvik is dead. Dexopt is dead. Change-Id: I9ff6b638a3e2c52ae7aec33d7b08a7bee012854f
| * | Mark 2 unused paramters as suchBernhard Rosenkränzer2014-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | Mark 2 unused paramters to prevent clang from erroring out Change-Id: Ifc9b4a5b820bd6318e9259e737e708d25fdb174b Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* | | 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