Mattias Nissler
3134353583
Merge \"trusty: Add nvram-wipe utility.\"
...
am: bcd37e67db
Change-Id: I25674145031ecb1eaac727581437989fc72d9d67
2016-07-29 08:21:45 +00:00
Mattias Nissler
bcd37e67db
Merge "trusty: Add nvram-wipe utility."
2016-07-29 08:17:08 +00:00
Dmitry Shmidt
2d5dfa89ae
Merge \"ueventd: Remove verbose restorecon_recursive: message\"
...
am: 345754313e
Change-Id: I8a65176acc859b59e96f22d39e095ce2d154d9cd
2016-07-28 22:19:18 +00:00
Treehugger Robot
345754313e
Merge "ueventd: Remove verbose restorecon_recursive: message"
2016-07-28 22:06:18 +00:00
Dmitry Shmidt
7eed474db4
ueventd: Remove verbose restorecon_recursive: message
...
Bug: 30478300
Change-Id: Ife69bb5644c3f65f3a256dc042ae1c7fbfb77729
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2016-07-28 13:55:39 -07:00
James Hawkins
c45ec807ff
Merge \"bootstat: Fix a potential unhandled exception for malformed input.\"
...
am: eafeb75c49
Change-Id: I1c31ad7d10813e6b833d002e6595394827db3db6
2016-07-28 20:33:15 +00:00
Treehugger Robot
eafeb75c49
Merge "bootstat: Fix a potential unhandled exception for malformed input."
2016-07-28 20:22:22 +00:00
James Hawkins
4dded613b3
bootstat: Fix a potential unhandled exception for malformed input.
...
In rare cases the hardware storage on the device may be hosed and return
garbage. Use ParseInt which handles bad input instead of stoi.
BUG: 29334139
Change-Id: I91aedc169df110bea8097775f73dda11def22311
2016-07-28 11:59:22 -07:00
Chih-Hung Hsieh
be25035ddb
Merge \"Fix clang-tidy performance warnings in fs_mgr.\"
...
am: 44c909d467
Change-Id: Iff90e929bfb2cf1335e5764b99454601eb6316ef
2016-07-28 17:18:36 +00:00
Chih-Hung Hsieh
a5a6ab727f
Merge \"Fix clang-tidy performance warnings in metricsd/uploader.\"
...
am: 5670005058
Change-Id: Ie1436d7ac4c4699fc1b7703785f82021f2b0123a
2016-07-28 17:18:34 +00:00
Chih-hung Hsieh
44c909d467
Merge "Fix clang-tidy performance warnings in fs_mgr."
2016-07-28 17:13:54 +00:00
Treehugger Robot
5670005058
Merge "Fix clang-tidy performance warnings in metricsd/uploader."
2016-07-28 17:12:46 +00:00
Colin Cross
627112a87e
Merge \"libnativeloader: convert Android.mk to Android.bp\"
...
am: 5783dea065
Change-Id: I347c0822bbfcc351a36154391c4cd1bcaa3fc7c2
2016-07-28 10:53:40 +00:00
Treehugger Robot
5783dea065
Merge "libnativeloader: convert Android.mk to Android.bp"
2016-07-28 10:46:42 +00:00
Chih-Hung Hsieh
119d41c18e
Merge \"Fix clang-tidy performance warnings in healthd.\"
...
am: b66b16b39a
Change-Id: I1263c6557128d71dd4208d6a4d6974572d8362a3
2016-07-28 06:24:24 +00:00
Chih-Hung Hsieh
b29e58eccf
Merge \"Suppress clang-tidy performance warnings in libmemunreachable.\"
...
am: 95b0495534
Change-Id: I551f7b656b9f92332137509c0dda548a9722f68d
2016-07-28 06:24:23 +00:00
Chih-Hung Hsieh
320f634361
Merge \"Fix clang-tidy performance warnings in crash_reporter.\"
...
am: 5dd9dc5859
Change-Id: Ibc5b64b14e021925187c33ad048f332438309414
2016-07-28 06:24:21 +00:00
Treehugger Robot
b66b16b39a
Merge "Fix clang-tidy performance warnings in healthd."
2016-07-28 01:04:51 +00:00
Treehugger Robot
95b0495534
Merge "Suppress clang-tidy performance warnings in libmemunreachable."
2016-07-28 01:04:21 +00:00
Treehugger Robot
5dd9dc5859
Merge "Fix clang-tidy performance warnings in crash_reporter."
2016-07-28 00:53:11 +00:00
Chih-Hung Hsieh
f10383c1be
Fix clang-tidy performance warnings in crash_reporter.
...
* Use faster overloaded string find function.
Bug: 30411878
Change-Id: I1bbb382428424140b61062ba729fcc229126c164
Test: build with WITH_TIDY=1
2016-07-27 16:18:05 -07:00
Chih-Hung Hsieh
73da05d354
Fix clang-tidy performance warnings in fs_mgr.
...
* Use const reference type for for-loop index variables
to avoid unnecessary copy.
Bug: 30413223
Change-Id: I5514384ef3af77c00aa3e8417acd8d70981e0afb
Test: build with WITH_TIDY=1
2016-07-27 16:12:54 -07:00
Chih-Hung Hsieh
4df105635b
Fix clang-tidy performance warnings in healthd.
...
* Use const reference type for parameters to avoid unnecessary copy.
Bug: 30407689
Change-Id: I926ea7b6e9e020a228c812b7e23087a2b7ed9809
Test: build with WITH_TIDY=1
2016-07-27 16:05:50 -07:00
Chih-Hung Hsieh
223bb4e21d
Suppress clang-tidy performance warnings in libmemunreachable.
...
Bug: 30413862
Change-Id: If3ed64d2e1ca1f46599de9fe97c769f468ee1a68
Test: build with WITH_TIDY=1
2016-07-27 16:01:41 -07:00
Chih-Hung Hsieh
d506e782b8
Fix clang-tidy performance warnings in metricsd/uploader.
...
* Use const reference type for parameters to avoid unnecessary copy.
Bug: 30407689
Change-Id: I5e6bfd1cd3bcf54666316573281b79573cd8a780
Test: build with WITH_TIDY=1
2016-07-27 15:57:24 -07:00
Colin Cross
d4ce20aa84
libnativeloader: convert Android.mk to Android.bp
...
Change-Id: I94d7cde3138f28bbd158d62b657af8448b4175fd
2016-07-27 10:36:36 -07:00
Elliott Hughes
1cbd1f5016
Merge \"Fix early init logging.\"
...
am: 6d232ab4de
Change-Id: I437dd3b5243ca7854439c438093e94733579279e
2016-07-27 15:30:45 +00:00
Treehugger Robot
6d232ab4de
Merge "Fix early init logging."
2016-07-27 15:28:18 +00:00
Jorge Lucangeli Obes
60b896c438
Merge \"Fix sdcard logging.\"
...
am: 47b077a44f
Change-Id: Ib0a0b5083d09d60bd0ee42bebcecced05b3645e5
2016-07-27 01:31:20 +00:00
Jorge Lucangeli Obes
47b077a44f
Merge "Fix sdcard logging."
2016-07-26 23:38:13 +00:00
Jorge Lucangeli Obes
e157b253d4
Fix sdcard logging.
...
Use C++ logging for everything.
Bug: 30222003
Change-Id: I5c5d85102b01df6965a515b59aa275ac85f50f00
2016-07-26 16:52:48 -04:00
Elliott Hughes
35f5d04620
Fix early init logging.
...
Remove the /dev/__kmsg__ workarounds (which can then be removed
from sepolicy), and fix confusion in the translation between
android-base logging and kernel logging priorities (in particular,
where 'notice' comes in the hierarchy).
Bug: http://b/30317429
Change-Id: I6eaf9919904b6b55bc402c20bf1a4ae269014bc7
Test: adb shell dmesg | grep init
2016-07-26 09:32:33 -07:00
Elliott Hughes
b49e54b1d7
Merge \"Improve init Service logging.\"
...
am: c1d9ac1f85
Change-Id: I5eca381c0883015f1d043946db71c20635cc1784
2016-07-26 15:21:38 +00:00
Elliott Hughes
c1d9ac1f85
Merge "Improve init Service logging."
2016-07-26 15:15:31 +00:00
Elliott Hughes
e18e7e5c43
Improve init Service logging.
...
Say which service.
Don't ignore setpgid failures.
Change-Id: Ifa8eba583cc3cbf3d26763977bf8c3c9835271c6
2016-07-25 18:18:16 -07:00
Dan Willemsen
4176b3b0cf
Merge \"Rename lib{crypto,ssl}-host to lib{crypto,ssl}\"
...
am: 00a4ee0f46
Change-Id: I8a237d2d6c23cd6bf64948eda7bccb1b8bc43c7d
2016-07-23 00:29:25 +00:00
Dan Willemsen
00a4ee0f46
Merge "Rename lib{crypto,ssl}-host to lib{crypto,ssl}"
2016-07-23 00:22:29 +00:00
Jorge Lucangeli Obes
e629ced86a
resolve merge conflicts of c6e22ba to stage-aosp-master
...
Change-Id: I65550ff841d27f985a3ab8618ecdf4a3500fb0be
2016-07-21 23:14:46 -04:00
Treehugger Robot
c6e22ba1a1
Merge "sdcard: Fix compilation with FUSE_TRACE == 1."
2016-07-22 01:07:20 +00:00
Mark Salyzyn
5dbf514144
Merge \"logcatd: logpersist.start to enable logd service if disabled\"
...
am: eb9367f9d4
Change-Id: Iadf7a1484e7b2ed9752c610d2f05eadc79929a47
2016-07-21 23:37:12 +00:00
Treehugger Robot
eb9367f9d4
Merge "logcatd: logpersist.start to enable logd service if disabled"
2016-07-21 23:25:30 +00:00
Mark Salyzyn
6a7bfd8749
logcatd: logpersist.start to enable logd service if disabled
...
Bug: 28936216
Change-Id: I2f2878f138be6675bf00bd638df2bdd690a1fae5
2016-07-21 14:19:39 -07:00
Dan Willemsen
c9c5e4b969
Rename lib{crypto,ssl}-host to lib{crypto,ssl}
...
There's no need to use a different name for target and host moudles. In
Soong, it's better to use the same for both, as target and host modules
can be defined at the same time.
Change-Id: I32ee5bbd54b16a4ed9d812db4da836e96b1e8654
2016-07-21 14:15:31 -07:00
Jorge Lucangeli Obes
714ec9d1de
sdcard: Fix compilation with FUSE_TRACE == 1.
...
"PRI{u,x}64" was not compiling on C++ because of macro expansions.
Implement DLOG the same way DCHECK is implemented in
<android-base/logging.h>, and mechanically replace the problematic
lines with C++ logging. Remaining TRACE() lines will be replaced in a
follow-up CL.
Bug: 30222003
Change-Id: I377a91722eb4c035093fc96b79438c4f638b9a45
2016-07-21 17:11:47 -04:00
Mark Salyzyn
8e7e71c56a
Merge \"logd: auditd: suppress multiple identical avc: messages to kmsg\"
...
am: 02ccdc5db9
Change-Id: I65f93004d1795e025d99ca43aa9c45c39c1c2896
2016-07-20 20:37:41 +00:00
Treehugger Robot
02ccdc5db9
Merge "logd: auditd: suppress multiple identical avc: messages to kmsg"
2016-07-20 20:30:52 +00:00
Sergio Giro
4476929073
Merge \"LruCache: avoid copying keys in lookup\"
...
am: 896c6b14ae
Change-Id: If8223e90988510385378506cd3a05d382ab73fc9
2016-07-20 19:48:44 +00:00
Sergio Giro
896c6b14ae
Merge "LruCache: avoid copying keys in lookup"
2016-07-20 19:38:47 +00:00
Sergio Giro
4c56e0a222
LruCache: avoid copying keys in lookup
...
Create objects of type KeyedEntry for lookups that only have
a key reference
Bug: 27567036
Change-Id: I5e609a3db63d3b9277ff1547a3cca37dce70251c
2016-07-20 18:38:44 +00:00
Christopher Ferris
93e00be7cc
Merge \"Add ioprio values directly.\"
...
am: feabb0fdc1
Change-Id: Ic8f7f714c30ef70172ebce8b6de7af8d09572eba
2016-07-20 18:10:55 +00:00