- 89fbca6 Use -Werror in system/core by Chih-Hung Hsieh · 8 years ago
- c7a7140 Merge "Move sp/pc not changing check into Unwinder." by Christopher Ferris · 7 years ago
- 6075fed Merge "Fix template support." by Christopher Ferris · 7 years ago
- 5cc1d67 Merge "zip_archive: Allow crc_out to be nullptr in Inflate." by Narayan Kamath · 7 years ago
- 6933bd6 Move sp/pc not changing check into Unwinder. by Christopher Ferris · 7 years ago
- 63e748b Fix template support. by Christopher Ferris · 7 years ago
- 54723bf Merge "bootstat: Add another boot reason." by Treehugger Robot · 7 years ago
- 266282c bootstat: Add another boot reason. by James Hawkins · 7 years ago
- ddde8cf Merge "logcat: Note in help that regexps are Perl-compatible" by Treehugger Robot · 7 years ago
- 8896ec9 logcat: Note in help that regexps are Perl-compatible by Brendan Jackman · 7 years ago
- 9039610 Merge "Switch libbacktrace new unwinder." by Christopher Ferris · 7 years ago
- c42d2ba Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
- 1cb78d3 zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
- 9e789f8 Merge changes from topic "rs_vndk_step3" by Jae Shin · 7 years ago
- 3f9cccc Tests are run with proper namespace configs by their locations by Jiyong Park · 8 years ago
- 4164fb9 Fix: make vndk namespace visible for 2016 Pixes by Jiyong Park · 8 years ago
- bc95b5d vndk: remove vendor/lib from the search path of the 'vndk' namespace by Jiyong Park · 8 years ago
- 993d179 libz is back to LLNDK by Jiyong Park · 8 years ago
- daf0f93 Make the rs namespace visible by Jiyong Park · 8 years ago
- 1f2b55f Add libft2.so to ll-ndk for rs namespace by Justin Yun · 8 years ago
- f57cd39 Move libz vndk-sp from ll-ndk by Justin Yun · 8 years ago
- 8a17bf8 Merge "Only call one unwinder." by Christopher Ferris · 7 years ago
- 9efebc7 Merge changes Icdaf1cf1,I80ba5adb,I8de912c1 by Treehugger Robot · 7 years ago
- dd7a0fa Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
- fea6e57 Merge "Delete obsolete debuggerd references." by Treehugger Robot · 7 years ago
- 459ab14 Delete obsolete debuggerd references. by Josh Gao · 7 years ago
- 8e3cc2f Only call one unwinder. by Christopher Ferris · 7 years ago
- 59f92f2 Merge "Fix race condition between restart and stop/reset." by Tao Wu · 7 years ago
- 2d6fed2 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
- 0302f0a Fix race condition between restart and stop/reset. by Tao Wu · 7 years ago
- 1de5992 Merge "bootstat: test: add error propagation for fastboot format userdata" by Mark Salyzyn · 7 years ago
- d081e47 bootstat: test: add error propagation for fastboot format userdata by Mark Salyzyn · 7 years ago
- 8171432 Merge changes I93b4210f,Ifdc1d4fd by Treehugger Robot · 7 years ago
- 8aea565 Merge "zip_archive: Make Inflate a public API." by Narayan Kamath · 7 years ago
- 5c5b378 Merge "zip_archive: generalize deflate method." by Narayan Kamath · 7 years ago
- c51a46e Merge "zip_archive: Remove unused ziparchive-host" by Narayan Kamath · 7 years ago
- da7cdf5 Merge changes Ia1c401b8,I571fb7da,I47999569 by Treehugger Robot · 7 years ago
- ba39cb1 Merge "libbacktrace: correctly number frames when skipping." by Treehugger Robot · 7 years ago
- ef7a51c Merge "Fix one race condition between start and stop." by Tao Wu · 7 years ago
- 8aa1be1 Fix one race condition between start and stop. by Tao Wu · 7 years ago
- acfecd9 libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
- 4958f19 libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
- 0660cda libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
- b5910f2 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
- b12efb1 bootstat: handle a bad bit error rate issue with pstore by Mark Salyzyn · 8 years ago
- 3873b1d bootstat: better validation of battery level (shutdown,battery) by Mark Salyzyn · 8 years ago
- bce8c9c bootstat: Do not allow unknown boot reasons to land in first field. by Mark Salyzyn · 8 years ago
- 1a9bd89 bootstat: move boot reason validation transformation policy into subroutine. by Mark Salyzyn · 8 years ago
- fee7dcb bootstat: test: fix Its_Just_So_Hard_reboot by Mark Salyzyn · 7 years ago
- f355192 Merge "Add test for android::base::Split with a trailing empty part." by Tom Cherry · 7 years ago
- 75b2d2c Merge "init: fixed issues related to forking services" by Treehugger Robot · 7 years ago
- 351003a Add test for android::base::Split with a trailing empty part. by Tom Cherry · 7 years ago
- 5f422ec zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
- 94974ba zip_archive: Remove unused ziparchive-host by Narayan Kamath · 7 years ago
- 6ca2e8d zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
- 1b158b5 init: fixed issues related to forking services by Joe Tanen · 7 years ago
- d450f32 Merge changes I30d6b530,Ie2e5872a,I313cfef2,I87dfb6a0,I70709ba5 by Mark Salyzyn · 7 years ago
- 84f1a00 Merge "Allow stats buffer to be empty in liblog CTS." by Treehugger Robot · 7 years ago
- 6260cb7 bootstat: add shutdown,thermal,battery by Mark Salyzyn · 7 years ago
- 458508a bootstat: add reboot,2sec by Mark Salyzyn · 7 years ago
- f982e8e bootstat: test: check ro.boot.bootreason in some tests by Mark Salyzyn · 7 years ago
- ed3a62c bootstat: fix test regression (exec_background) by Mark Salyzyn · 7 years ago
- 1874242 bootstat: fix test regression (extra logging) by Mark Salyzyn · 7 years ago
- c103d99 Allow stats buffer to be empty in liblog CTS. by Yao Chen · 7 years ago
- f618dda Merge "Remove Foreground Boost CPUSet" by Elliott Hughes · 7 years ago
- aa50f1b Merge "Add an interface for stopping in certain maps." by Christopher Ferris · 7 years ago
- 4cd34d3 Merge "Remove PauseTiming/ResumeTiming calls." by Christopher Ferris · 7 years ago
- 43ef2bd Add an interface for stopping in certain maps. by Christopher Ferris · 7 years ago
- d7c5682 Merge "If the pc is set to zero, the unwind is done." by Christopher Ferris · 7 years ago
- 6aee026 Merge "libutils: Fix bug in strstr16." by Treehugger Robot · 7 years ago
- 52ff0a5 Merge "Don't use TEMP_FAILURE_RETRY on close()" by Treehugger Robot · 7 years ago
- ef5b2cf Remove PauseTiming/ResumeTiming calls. by Christopher Ferris · 7 years ago
- 9717101 Don't use TEMP_FAILURE_RETRY on close() by Nick Kralevich · 7 years ago
- f51d4dd libutils: Fix bug in strstr16. by Branislav Rankov · 7 years ago
- 01687f0 Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a am: 1c65e77e6d by Josh Gao · 7 years ago
- f57f35e Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 7 years ago
- 74f0683 Merge "init: call umount unconditionally" am: b409e5e00b by Wei Wang · 7 years ago
- 8300ea4 Merge "init: call umount unconditionally" by Treehugger Robot · 7 years ago
- 6a62a12 Remove Foreground Boost CPUSet by Jake Weinstein · 7 years ago
- faf60bb init: call umount unconditionally by Wei Wang · 7 years ago
- 63d7dd6 If the pc is set to zero, the unwind is done. by Christopher Ferris · 7 years ago
- c147dc1 Merge "adb: fix erase-remove_if idiom." am: c2a2ecb7a5 by Josh Gao · 7 years ago
- b805db7 Merge "adb: fix erase-remove_if idiom." by Treehugger Robot · 7 years ago
- d17376e Merge "Add missing includes." am: 74e7c2f4bd by Dan Albert · 7 years ago
- 735a33f Merge "Add missing includes." by Treehugger Robot · 7 years ago
- 87e251e Merge changes I3e6e5a22,I6eb3f066 am: 75836d5e7f by Mark Salyzyn · 7 years ago
- 18b8986 Merge changes I3e6e5a22,I6eb3f066 by Treehugger Robot · 7 years ago
- 7b65534 Merge "libcutils: Fix thread ID on macOS" am: 6958506e82 by Christopher N. Hesse · 7 years ago
- b9926ea Merge "libcutils: Fix thread ID on macOS" by Treehugger Robot · 7 years ago
- 6883d15 Merge "Multiple bugfixes, small restructuring." am: 26b614ddf6 by Christopher Ferris · 7 years ago
- 5dc2c41 Merge "Multiple bugfixes, small restructuring." by Christopher Ferris · 7 years ago
- 3a47cd0 Merge changes from topic "rs_vndk_step2" am: 678efa25a6 by Jae Shin · 7 years ago
- cae2211 templatize ld.config.txt am: ecc703c792 by Jiyong Park · 7 years ago
- d3813f8 Make default namespace for system processes isolated am: 246338f90e by Jiyong Park · 7 years ago
- 9b73787 vndk: add vendor/lib(64)/vndk for vendor namespace am: b5ddc5ae6b by Justin Yun · 7 years ago
- 3a107c6 Implement system namespace for vendor process am: 333845c710 by Justin Yun · 7 years ago
- 18d48e1 Use the legacy linker namespace configs when target is sanitized am: 614c5521a3 by Jiyong Park · 7 years ago
- 727e87f Permit /system/lib/vndk-sp/hw/ for 'sphal' namespace am: b5c0fc3ceb by Jiyong Park · 7 years ago
- 4135eba Add system/${LIB}/vndk to default namespace for vendor. am: e373672afd by Justin Yun · 7 years ago
- 39b7df7 Add [test] section for /data/[nativetest|benchmarktest] am: c8ae86afdd -s ours by Jiyong Park · 7 years ago