summaryrefslogtreecommitdiff
path: root/libutils/Unicode.cpp
diff options
context:
space:
mode:
authorSpencer Low <CompareAndSwap@gmail.com>2015-05-11 15:23:39 -0700
committerSpencer Low <CompareAndSwap@gmail.com>2015-05-11 15:57:43 -0700
commitd396dc93a7b2e2f55eb6a34f04fe796769e9ecea (patch)
treefb1f091d68e3b9143e37be764df350f5c53be6b4 /libutils/Unicode.cpp
parent85abaf66c499a44326d83d488f4b4f5add235f4a (diff)
adb: win32: fix daemon acknowledgement
The daemon failed to startup because main.cpp was changed from calling WriteFile() to android::base::WriteStringToFd(), the later which calls write() in the C Runtime which by default has stdout in textmode which does \n to \r\n translation. The quick fix is to change stdout's mode from text to binary since right after it is reopened to redirect to the daemon log file anyway. Change-Id: I322fc9eae5d6abbf63f3d5917b0beb2171b5a15c Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>
Diffstat (limited to 'libutils/Unicode.cpp')
0 files changed, 0 insertions, 0 deletions