merge intel x86 patches into gingerbread branch
This commit is contained in:
@@ -97,10 +97,11 @@ final class NativeDaemonConnector implements Runnable {
|
||||
LocalSocketAddress.Namespace.RESERVED);
|
||||
|
||||
socket.connect(address);
|
||||
|
||||
mOutputStream = socket.getOutputStream();
|
||||
mCallbacks.onDaemonConnected();
|
||||
|
||||
InputStream inputStream = socket.getInputStream();
|
||||
mOutputStream = socket.getOutputStream();
|
||||
|
||||
byte[] buffer = new byte[BUFFER_SIZE];
|
||||
int start = 0;
|
||||
|
||||
Reference in New Issue
Block a user