Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 890 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 890 Bytes

Defold Native Extension StrictMode

Native Extension for Defold Game Engine that gives a possibility to use StrictMode on Android

Installation

Copy-paste strict_mode section from extensions game.project into your game.project

Possible fdsan_level values are:

0 -- ANDROID_FDSAN_ERROR_LEVEL_DISABLED
1 -- ANDROID_FDSAN_ERROR_LEVEL_WARN_ONCE
2 -- ANDROID_FDSAN_ERROR_LEVEL_WARN_ALWAYS
3 -- ANDROID_FDSAN_ERROR_LEVEL_FATAL

All the other fields are boolean values and maybe 1 or 0 ON/OFF.

Issues and suggestions

If you have any issues, questions or suggestions please create an issue or contact me: [email protected]