commit | 23eb1e20cf59e1238b65cc108f31dfbfd85b2337 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Wed Oct 07 17:35:27 2015 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Oct 12 10:38:44 2015 -0700 |
tree | 6c08334af49a81144510276d993ba34874440f17 | |
parent | 1fd88a560df8f58c3a798b25f64795e8306e527f [diff] |
Add new "shell command" feature to Binder objects. IBinder has a new common interface for sending shell commands to it. This can be implemented by system services to provide a shell interface to the service, without needing to have separate shell java code. Also add a new "cmd" command line tool, which invokes the shell command method on a system service. This is much like dumpsys, but for shell commands. Change-Id: I95dc80c881a28cefb76957ad4d4fd9b3ed9630df