summaryrefslogtreecommitdiff
path: root/cmds/cmd/cmd.cpp
AgeCommit message (Expand)Author
2021-09-15Replace security_context_t type ThiƩbaud Weksteen
2020-05-18Add flag to cmd for dynamic services Jon Spivack
2020-01-23cmd: fix compile error in DEBUG Dominic Lemire
2019-01-07Expose cmd's functionality as a static library. Alex Buynytskyy
2018-12-19Reverse-merging master to AOSP. Alex Buynytskyy
2018-05-25Revert "Only spawn one binder thread for cmd." Steven Moreland
2017-12-05Use -Werror in frameworks/native/cmds/cmd Chih-Hung Hsieh
2017-11-21Add more debugging to cmd. Dianne Hackborn
2017-10-30Update shell open command to have a mode. Dianne Hackborn
2017-08-07Change UniquePtr to std::unique_ptr Jiyong Park
2017-05-11Only spawn one binder thread for cmd. Martijn Coenen
2016-10-17Finish implementation of "cmd". Dianne Hackborn
2016-10-10Add a little protection to prevent file opens when shell is done. Dianne Hackborn
2016-09-29Introduce new command callback to shell. Dianne Hackborn
2015-10-14Temporary hack to get rid of new virtuals. Dianne Hackborn
2015-10-12Add new "shell command" feature to Binder objects. Dianne Hackborn