History log of /frameworks/base/services/core/java/com/android/server/NativeDaemonEvent.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dda655210fea87f0e4d64333891a376c2de3f8a6 19-Nov-2015 Daichi Hirono <hirono@google.com> Add capability to receive FD with NativeDaemonConnector.

BUG=25755372

Change-Id: I2888219b77cf04f4bf749d5518ff62ba16258f2d
/frameworks/base/services/core/java/com/android/server/NativeDaemonEvent.java
c38182ff3b1ecaf5e7a7270074bbab7f37819d3d 11-Nov-2014 Paul Lawrence <paullawrence@google.com> Add mechanism for securely returning parameters though NativeDaemonConnector

If the first word in the response is {{sensitive}}, don't log the body of the
response.

Bug: 18260068
Change-Id: Ibfb5c6abab1d04b4321cdbcf6c7cf6f18f903146
/frameworks/base/services/core/java/com/android/server/NativeDaemonEvent.java
ef12884da7c8844f8dd27cbc9c9980f685b73a2c 04-Sep-2014 Sreeram Ramachandran <sreeram@google.com> Unescape strings properly in NsdService.

NativeDaemonEvent.unescapeArgs() was improperly skipping the terminating
quote in cases like "\\", where the char preceding the quote is a
backslash, but the backslash itself is escaped, so the quote is indeed
an unescaped terminator.

unescapeArgs() doesn't unescape "\xxx" decimal escapes used by mDNS, so
fix NsdService to do that sort of unescaping explicitly (which is only
applicable when it receives a "fullname", in SERVICE_RESOLVED).

Bug: 16983542
Bug: 16986203

Change-Id: Idfa79749336c68424d961bc414f984c525b7e5e6
/frameworks/base/services/core/java/com/android/server/NativeDaemonEvent.java
9158825f9c41869689d6b1786d7c7aa8bdd524ce 22-Nov-2013 Amith Yamasani <yamasani@google.com> Move some system services to separate directories

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
/frameworks/base/services/core/java/com/android/server/NativeDaemonEvent.java