kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 238 forks source link

Feature: add redirection to NSLog, if KIVY_NSLOG=1 is set #791

Open tito opened 1 year ago

tito commented 1 year ago

In non-debug build, stdout/err are not working, so we deactivate print. This patch allow to redirect stdout/err into NSLog if requested.

Don't merge, i actually didn't tested this specific, but a pure python implementation. Seems that i did some mistakes, going to fix it tomorrow.