summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init: Use android::base::boot_clock instead of /proc/uptimeLuis Hector Chavez2018-04-111-3/+5
* init: run vendor commands in a separate SELinux contextTom Cherry2017-09-291-1/+1
* init: use Result<T> for builtin functionsTom Cherry2017-08-141-24/+24
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: more header cleanupTom Cherry2017-04-061-3/+0
* init: replace property_get with its android::base equivalentTom Cherry2017-03-291-3/+2
* Move init bootcharting onto its own thread.Elliott Hughes2016-12-161-153/+126
* Improve init bootcharting.Elliott Hughes2016-12-081-129/+79
* Log when bootcharting ends.Elliott Hughes2016-10-281-2/+3
* Move init to libbase logging.Elliott Hughes2016-06-271-4/+4
* Track rename of base/ to android-base/.Elliott Hughes2015-12-051-1/+1
* Remove __DATE__/__TIME__ from init and debuggerdDan Willemsen2015-10-221-1/+1
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-1/+1
* init: use std::vector<std::string> for argument passingTom Cherry2015-07-311-1/+1
* init: Let property_get return std::string.Yabin Cui2015-07-241-3/+3
* init: Fix bootchart trigger for emulatorYu Ning2015-07-151-2/+3
* Clarify a few things about bootcharts.Elliott Hughes2015-03-281-10/+6
* Use unique_ptr to call closedir.Elliott Hughes2015-03-201-3/+3
* Revert "Revert "Create libbase.""Dan Albert2015-03-161-9/+9
* Revert "Create libbase."Nicolas Geoffray2015-03-161-9/+9
* Create libbase.Dan Albert2015-03-141-9/+9
* Remove unused variable BOOTCHART_DEFAULT_TIME_SEC.Elliott Hughes2015-02-131-3/+0
* Further refactoring of the bootchart code.Elliott Hughes2015-02-131-272/+159
* bootchart: fix bootchart can not be triggered problemYongqin Liu2015-02-121-23/+75
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-12/+12
* Use TEMP_FAILURE_RETRY, always build bootchart.cpp.Elliott Hughes2015-02-041-49/+12
* Build init as C++.Elliott Hughes2015-02-041-0/+378