Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agulev/defold-extension-strictmode
Native Extension for Defold Game Engine that gives a possibility to use StrictMode on Android
https://github.com/agulev/defold-extension-strictmode
defold defold-library defold-native-extension strict-mode
Last synced: 10 days ago
JSON representation
Native Extension for Defold Game Engine that gives a possibility to use StrictMode on Android
- Host: GitHub
- URL: https://github.com/agulev/defold-extension-strictmode
- Owner: AGulev
- License: mit
- Created: 2021-10-05T19:20:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T14:06:46.000Z (about 3 years ago)
- Last Synced: 2024-12-09T01:48:30.561Z (14 days ago)
- Topics: defold, defold-library, defold-native-extension, strict-mode
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Defold Native Extension StrictMode
Native Extension for Defold Game Engine that gives a possibility to use [StrictMode](https://developer.android.com/reference/android/os/StrictMode.html) on Android
## Installation
Copy-paste `strict_mode` section from extensions [game.project](https://github.com/AGulev/defold-extension-strictmode/blob/3faab456a92d7c861fd4dcfab0712cb63e8a0170/game.project#L17) 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](https://github.com/AGulev/defold-extension-strictmode/issues) or contact me: [email protected]