commit | e64f3e3fee8933f2703f616f656583b3923d1b8f | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Wed Jul 15 17:38:28 2015 +0100 |
committer | Neil Fuller <nfuller@google.com> | Wed Jul 15 17:38:28 2015 +0100 |
tree | b0fa636a5bea36920534b900f372a02ed5bbe601 | |
parent | 886630c0d8adc17c494edf19a30b06473a687fcb [diff] |
Fix NativeCrashListener In the move from InetUnixAddress to UnixSocketAddress commit e9d537506bf19375fb932ac7d25ac9a9e3aef61d did not modify the Os.accept() call in NativeCrashListener. It was passing an empty InetSocketAddress. The type could have been changed, but the peer address is never used and it is safe to pass a null. Bug: 3106438 Change-Id: I2a61221c4504657b3e1de848b0b493f202726126