``` haxe var t = Thread.create(function() { } ) ``` Run the above code in `ready()` and then press the android "home button", the app will crash with error: `hxcpp: GetLocalAllocMT - requesting memory from unregistered thread!` or it should be reported in hxcpp?
Run the above code in
ready()and then press the android "home button", the app will crash with error:hxcpp: GetLocalAllocMT - requesting memory from unregistered thread!or it should be reported in hxcpp?