Romain Vimont
|
3ed80a1fac
|
Define macros wrappers for logs
Use macros to wrap SDL_Log* functions with the "application" category.
|
2018-02-13 10:10:18 +01:00 |
|
Romain Vimont
|
6fe65d9f5c
|
Log with category APPLICATION
All our logs should use APPLICATION category. The logs for other
categories are not printed by default under the "critical" level.
|
2018-02-12 16:09:34 +01:00 |
|
Romain Vimont
|
28c5cc030b
|
Move server-related code to server.c
The file server.c already existed, but exposed a low-level API. Make it
higher-level, so that scrcpy.c does not handle server details directly.
|
2018-02-08 17:40:09 +01:00 |
|
Romain Vimont
|
628f88ab89
|
Use ADB environment variable
Use the ADB environment variable to provide a custom adb path.
|
2018-01-31 19:51:43 +01:00 |
|
Romain Vimont
|
54d9148a36
|
Initial commit
Start a new clean history from here.
|
2017-12-12 15:25:15 +01:00 |
|