summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessInfoService.cpp
AgeCommit message (Collapse)Author
2021-04-02libbinder: split out ProcessInfoService Steven Moreland
More trimming the library used in very many processes. Bug: 183654927 Test: boot Change-Id: Ib97f63524b20586db74447c0213643a3a8f684aa
2020-11-25remove extra semicolons [-Wextra-semi] Jooyung Han
Bug: n/a Test: no errors with -Werror,-Wextra-semi Change-Id: If523cadea4c6f02a9155fb7482ba5463fff7854a
2019-09-27Remove extraneous semicolon. Steven Moreland
Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
2018-06-07[binder] Replace NULL/0 with nullptr Yi Kong
Fixes -Wzero-as-null-pointer-constant warning. clang-tidy -checks=modernize-use-nullptr -p compile_commands.json -fix ... Test: m Bug: 68236239 Change-Id: I3181bc5683796423a98b0f9b94daf30880c07bdc Merged-In: I3181bc5683796423a98b0f9b94daf30880c07bdc (cherry picked from commit 91635563b8a1bf7a31e4ceb439728dacb79abd76)
2017-02-06ProcessInfoService: Add support for oom score query Emilian Peev
An additional query for the process oom score also needs to be supported. BUG: 34701266 Test: Manual testing + run cts -m Camera --abi armeabi-v7a --disable-reboot Change-Id: I3e7de82c4d14d4b3b7faa86f4c7208deb376b6c4
2015-02-02Add ProcessInfoService to activity manager. Ruben Brunk
- Adds a new AIDL interface for querying process information from activity manager. Bug: 19186859 Change-Id: Ic08858f346d6b66e7bfc9da6faa2c6e38d9b2e82