summaryrefslogtreecommitdiffstats
path: root/libsysutils/src/FrameworkClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-4/+20
| | | | | | | | | | | 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: Handle EINTR in FrameworkClient.cppDavid 'Digit' Turner2011-01-191-4/+6
| | | | | | + get rid of strcpy + strcat calls. Change-Id: I47778f3d14aa961474648cddf6510b761f124e74
* 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: const correctness fixes + remove some debuggingSan Mehat2009-05-201-3/+2
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: Add multiple client support and fix some bugsSan Mehat2009-05-101-0/+41