summaryrefslogtreecommitdiffstats
path: root/libsysutils/src/FrameworkCommand.cpp
Commit message (Collapse)AuthorAgeFilesLines
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-1/+1
| | | | | | | | | | | | | | | | Point to log/log.h where necessary, define LOG_TAG where necessary. Accept that private/android_logger.h is suitable replacement for log/logger.h and android/log.h. Correct liblog/README Effectively a cleanup and controlled select revert of 'system/core: drop or replace log/logger.h' and 'system/core: Replace log/log.h with android/log.h'. Test: compile Bug: 30465923 Change-Id: Ic2ad157bad6f5efe2c6af293a73bb753300b17a2
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-2/+2
| | | | | | | | | | | Should use android/log.h instead of cutils/log.h as a good example to all others. Adjust header order to comply with Android Coding standards. Test: Compile Bug: 26552300 Bug: 31289077 Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
* libsysutils: Get rid of warningsMark Salyzyn2013-12-051-1/+4
| | | | | | | - UNUSED argument warnings - Remove LOG_NDEBUG define Change-Id: I48b0942adfdb7a46a7693e580bc6ed5a685b0d5b
* system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-251-1/+1
| | | | | Change-Id: Id74c6895a8012c5915f2e259339101844de7c085 Signed-off-by: San Mehat <san@google.com>
* libsysutils: Move to a null terminated string protocol using space as a ↵San Mehat2009-06-151-1/+1
| | | | | | | | field separator. Also removes some debugging Signed-off-by: San Mehat <san@google.com>
* libsysutils: Add multiple client support and fix some bugsSan Mehat2009-05-101-1/+1
|
* libsysutils: New C++ system convenience librarySan Mehat2009-05-061-0/+32
This library contains re-usable classes for common system level daemons. Initial consumers of this library are 'nexus' and 'vold2' Signed-off-by: San Mehat <san@google.com>