summaryrefslogtreecommitdiff
path: root/server/Process.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move DumpWriter to libnetdutilsLuke Huang2019-03-151-1/+2
| | | | | | | | | | | | resolver related component in libnetd_resolv needs it to easily print dump log. Bug: 122564854 Test: built, flashed, booted system/netd/tests/runtests.sh pass adb shell dumpsys netd, worked fine Change-Id: Ic97d5f21b738fc3074e9308f4846191e744ed479
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-251-1/+1
| | | | | | | | Fixes -Wzero-as-null-pointer-constant warning. Test: m Bug: 68236239 Change-Id: I226a0599db4f7c3557e55cade7869d00bd314949
* Add static Process class and improved dump outputErik Kline2018-06-061-0/+143
Test: as follows - built, flashed, booted - adb shell dumpsys netd shows new output Change-Id: Ib78dbdc982f5db747bff445db21b8408c9c407cc