summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/NativeDaemonConnectorException.java
AgeCommit message (Collapse)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
2011-11-29Move NativeDaemonConnector to varargs.Jeff Sharkey
Perform uniform argument escaping inside NativeDaemonConnector, using varargs to separate boundaries. Also move to parsed NativeDaemonEvent instances instead of raw Strings. Bug: 5472606 Change-Id: I1270733e2b2eeb2f6b810240df82ab24d38ebf40
2010-02-03NativeDaemonConnector: Improve NativeDaemonException reporting to include ↵San Mehat
the actual error response Signed-off-by: San Mehat <san@google.com>
2010-01-29NativeDaemonConnector: Cleanup socket code and use a proper exceptionSan Mehat
Signed-off-by: San Mehat <san@google.com>