XTLS / libXray

MIT License
64 stars 57 forks source link

Add Log Handler #30

Closed CreatorMetaSky closed 1 month ago

CreatorMetaSky commented 1 month ago

add log handler to make it easier to see logs on iOS and Android and configure the logs to be switched on and off by the config.

yuhan6665 commented 1 month ago

Looks good to me, thank you!

yiguous commented 3 weeks ago

Hi, thanks for the contribution. But I found it was not compatible with gomobile. Could you please make more changes?

yiguous commented 3 weeks ago

You can validate your modification using internal build scripts. Make sure that all commands as below pass.

python3 build/main.py android
python3 build/main.py apple gomobile
python3 build/main.py apple go
yiguous commented 3 weeks ago

Before submitting a new PR, I will revert this one temporarily.