Junbo Zheng

Results 6 issues of Junbo Zheng

gcc -c -o server.o server.c gcc -c -o client.o client.c client.c:40:53: warning: if statement has empty body [-Wempty-body] if (write(sockfd, (byte*)&req, sizeof(Request))); ^ client.c:40:53: note: put the semicolon on a...

add remove client/server files Signed-off-by: Junbo Zheng

replace int with bool for return type Signed-off-by: Junbo Zheng

Add the default keyword to specify what to do if there is no match for the switch case branch Signed-off-by: Junbo Zheng

I've been using the latest version of **klog** recently and the experience is excellent, `Highlighters` is also very friendly for users. But I want to make another **feature request** to...

`adb daemon` runs in terminal 1 like `./build/adbd`, `adb shell xxx` for adb shell test commands run in terminal 2 like `adb shell date`. It works fine in terminal 2...