summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* toolbox: indicate why swap{on|off} failedAndrew Boie2014-04-302-2/+2
| | | | | Change-Id: I1247e3592ab0f9878fb27d114fd14f9b29282b0e Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
* Merge "Add prefx to netlink failure and dispatchCommand overflow logs."Nick Kralevich2014-04-291-2/+2
|\
| * Add prefx to netlink failure and dispatchCommand overflow logs.William Luh2014-04-291-2/+2
|/ | | | | | | | | Prefix ensures proper user-consent filter. (cherry picked from commit 564244cd3809aee58c7e18114970bb88bce9e9e9) Bug:5848002 Change-Id: Iee7287773f0af52c225a821ee0e9d643c83cc060
* Merge "logd: add logd.auditd property"Mark Salyzyn2014-04-294-23/+41
|\
| * logd: add logd.auditd propertyMark Salyzyn2014-04-294-23/+41
| | | | | | | | | | | | | | | | - permit us a mechanism to disable auditd - standardize property boolean Bug: 14275676 Change-Id: I76f245c6aee511ed44274159e0ea55915b484dda
* | Merge "Small cleanup of duplicated test values."Christopher Ferris2014-04-291-3/+0
|\ \ | |/ |/|
| * Small cleanup of duplicated test values.Christopher Ferris2014-04-281-3/+0
|/ | | | | | | A few flags were duplicates of flags already passed when using the TEST targets. Change-Id: I8f0d09915f5b830050fe25635a0852e8536e3aca
* Merge "logd: add thread setname"Mark Salyzyn2014-04-295-0/+25
|\
| * logd: add thread setnameMark Salyzyn2014-04-295-0/+25
|/ | | | | | | - permits easier determination of logd thread at fault in a stack trace from debuggerd. Bug: 14275676 Change-Id: Iac2c523147e2bcce34ab7ddcecd02582c5fa7cc0
* Merge "Use the si_code value bionic passes us."Elliott Hughes2014-04-266-42/+66
|\
| * Use the si_code value bionic passes us.Elliott Hughes2014-04-256-42/+66
|/ | | | | | | | | Bionic needs to re-raise various signals, which means the si_code debuggerd sees has been clobbered. If bionic sends us the original si_code value, we can use that instead of the one we see when the ptrace the crashed process' siginfo. Change-Id: If116a6bc667d55a6fb39b74f96673292af4e4c8c
* Merge "Remove libcorkscrew."Christopher Ferris2014-04-2524-4782/+0
|\
| * Remove libcorkscrew.Christopher Ferris2014-04-2524-4782/+0
| | | | | | | | | | | | All unwinding is now done through libunwind. Change-Id: I93ba6f5bd5ad41eeb5f6a93113b7894f842cc8e0
* | Merge "logd: enable UID spam filter and test"Mark Salyzyn2014-04-252-3/+52
|\ \
| * | logd: enable UID spam filter and testMark Salyzyn2014-04-252-3/+52
| | | | | | | | | | | | Change-Id: Ie9c7a744e341e6e64afa14973d4d095717c97933
* | | Merge "logd: Statistics improvements"Mark Salyzyn2014-04-253-38/+108
|\ \ \ | |/ /
| * | logd: Statistics improvementsMark Salyzyn2014-04-253-38/+108
| | | | | | | | | | | | | | | | | | | | | | | | - Drop in-place sorting. - Add fast-track for uid sizes and elements. - Add sort() for per-uid and per-pid statistics. Change-Id: Ib8655d4cc0b3bd4e87534522987bcc7fc7a5251a
* | | Merge "liblog: test bionic libc_logging.cpp"Mark Salyzyn2014-04-252-3/+153
|\ \ \ | |_|/ |/| |
| * | liblog: test bionic libc_logging.cppMark Salyzyn2014-04-252-3/+153
| |/ | | | | | | Change-Id: Ia778c43513a28c85ae54e96926ee9ed56717d527
* | Merge "Change sprintf to snprintf calls."Christopher Ferris2014-04-251-2/+2
|\ \ | |/ |/|
| * Change sprintf to snprintf calls.Christopher Ferris2014-04-241-2/+2
|/ | | | Change-Id: I8893246fcd541d97b02a1a4cac81c53c6cd2e394
* Merge "logd: liblog: ALOG silently drops excessively long messages"Mark Salyzyn2014-04-243-15/+87
|\
| * logd: liblog: ALOG silently drops excessively long messagesMark Salyzyn2014-04-243-15/+87
| | | | | | | | | | Bug: 14280914 Change-Id: Idddd29784625094e54144953c29f64692a88eee9
* | Merge "Add missing si_code values to debuggerd."Elliott Hughes2014-04-241-6/+10
|\ \
| * | Add missing si_code values to debuggerd.Elliott Hughes2014-04-241-6/+10
| |/ | | | | | | | | | | Also add static_asserts so we'll be notified if any more new ones show up. Change-Id: I3a502dd4da35354e1ac65865191d31ccdacef298
* | Merge "logd: Add README.property"Mark Salyzyn2014-04-241-0/+11
|\ \
| * | logd: Add README.propertyMark Salyzyn2014-04-241-0/+11
| |/ | | | | | | Change-Id: I89da10a73470b037f1811a9890d959cae186f257
* | Merge "audio: fix audio_is_bluetooth_sco_device()"Rom Lemarchand2014-04-241-6/+10
|\ \ | |/ |/|
| * audio: fix audio_is_bluetooth_sco_device()Eric Laurent2014-04-241-6/+10
|/ | | | | Bug: 14268964 Change-Id: Ia2a185c5e0939930c5114209651a1e0db6c36ef3
* Merge "Improve liblog's fatal logging."Elliott Hughes2014-04-244-26/+45
|\
| * Improve liblog's fatal logging.Elliott Hughes2014-04-244-26/+45
| | | | | | | | | | | | | | This makes LOG_ALWAYS_FATAL and LOG_ALWAYS_FATAL_IF as good as regular assert(3). Change-Id: I0666684d30cae7baf23c64b33d35c1e43f81acf0
* | Merge "liblog: Statistics truncated to 16384 bytes"Mark Salyzyn2014-04-222-3/+57
|\ \ | |/ |/|
| * liblog: Statistics truncated to 16384 bytesMark Salyzyn2014-04-212-3/+57
| | | | | | | | | | | | | | | | | | | | | | - if network read/write broken up, reassemble the pieces. - Use a 20ms poll to check if a new fragment has been sent by the other side. - fixup logd-unit-tests to take a (simplified) fragment from the liblog changes. Bug: 14164765 Change-Id: I98ff87888c119e1e8349717646d0f733e8971bc8
* | Merge "Remove the arm64 special case."Christopher Ferris2014-04-221-7/+1
|\ \ | |/ |/|
| * Remove the arm64 special case.Christopher Ferris2014-04-211-7/+1
| | | | | | | | | | | | The stack-protector option is handled by the global makefiles. Change-Id: I99c4a1624e72ad91ac10eef27c0e3758fe9af8ba
* | Merge "Fix top(1) SIGPIPE behavior."Elliott Hughes2014-04-192-12/+17
|\ \ | |/ |/|
| * Fix top(1) SIGPIPE behavior.Elliott Hughes2014-04-182-12/+17
| | | | | | | | | | Bug: 14166609 Change-Id: I4aad1e0db2e875735405d094fb0d1a36862b5b19
* | Merge "libsparse: allow including from C++"Colin Cross2014-04-181-0/+8
|\ \
| * | libsparse: allow including from C++Colin Cross2014-04-181-0/+8
| | | | | | | | | | | | Change-Id: I3788fd07e2b52430a410f85fb79dc886c6a07fea
* | | Merge "rootdir: init.rc: update max TCP window sizes for mobile networks"JP Abgrall2014-04-181-7/+7
|\ \ \
| * | | rootdir: init.rc: update max TCP window sizes for mobile networksNarayan Reddy2014-04-181-7/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GRPS: RTT=600ms, max tput=80kbps (class 12 GMSK 4+1) EDGE: RTT=300ms, max tput=236kbps (class 12 8PSK) UMTS: RTT=200ms, max tput=384kbps (R99) HSDPA: RTT=75ms, max tput=14Mbps (cat 10) HSUPA: RTT=50ms, max tput=14Mbps HSPA: RTT=50ms, max tput=14Mbps HSPA+: RTT=50ms, max tput=42Mbps (cat 20) LTE: RTT=20ms, max tput=100Mbps (class 3) bug 67569 Change-Id: I9d62359bbd11dc68e3649a7ea2295d0d4e25e3f2 Signed-off-by: Narayan Reddy <narayanr@nvidia.com> Signed-off-by: Steve Lin <stlin@nvidia.com>
* | | Merge "Sync persist property immediately,in case of suddenly remove the ↵Colin Cross2014-04-181-0/+1
|\ \ \ | | | | | | | | | | | | battery."
| * | | Sync persist property immediately,in case of suddenly remove the battery.OPPO2014-03-311-0/+1
| | | | | | | | | | | | Change-Id: I83c5812c69db532f4675f5dbfa508e55999c8dfe
* | | | Merge "adb: Add USB vendor ID for Prestigio"Colin Cross2014-04-181-0/+3
|\ \ \ \
| * | | | adb: Add USB vendor ID for PrestigioDanielMo2014-04-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib9e79043961b9b1fa27d87f5bc815000e7965706 Signed-off-by: DanielMo <DanielMo@fih-foxconn.com>
* | | | | Merge "logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH"Mark Salyzyn2014-04-179-9/+33
|\ \ \ \ \
| * | | | | logd: liblog: logcat: debuggerd: Add LOG_ID_CRASHMark Salyzyn2014-04-169-9/+33
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Iea453764a1a4fc1661f461f10c641c30150e4d20
* | | | | Merge "logd: libsysutils: logd startup outside init environment"Mark Salyzyn2014-04-178-3/+78
|\ \ \ \ \
| * | | | | logd: libsysutils: logd startup outside init environmentMark Salyzyn2014-04-178-3/+78
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I3426b6c3eebdd0c8258e966dcaaaa2825d7a23d1
* | | | | Merge changes I487ebe67,Ie7a0aeb2Mark Salyzyn2014-04-171-44/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: libutils: FileMap styling adjustments libutils: FileMap 64 bit compile issues