Closed GWRon closed 8 years ago
Currently I do not see an option to write something to the android log.
SDL provides "SDL_Log()" for this: https://wiki.libsdl.org/SDL_Log
But I do not see it exposed for use in BMX-NG. Adding this, would provide easier ways to provide some kind of "debug information" (via adb logcat | grep blitzmax ;-)).
adb logcat | grep blitzmax
Added a bunch of logging functions.
Currently I do not see an option to write something to the android log.
SDL provides "SDL_Log()" for this: https://wiki.libsdl.org/SDL_Log
But I do not see it exposed for use in BMX-NG. Adding this, would provide easier ways to provide some kind of "debug information" (via
adb logcat | grep blitzmax
;-)).