I have 2 android extensions with their respective onCreate, onStart, onResume methods where I wrote some Logs to check the running traces but I saw that only one of those methods (traces) is triggered while the activity is running, is it normal?
The problem is that I need some code to run in those methods but they are not triggered.
haxe version 4.1.4
lime 7.8.0
openfl 9.0.2
Thanks