How to run cpp.vm.Profiler on android? I call cpp.vm.Profiler.start("/mnt/sdcard/cpplog.txt");
with <haxedef name="HXCPP STACK_TRACE" /> <haxeflag name="-D HXCPP STACK_TRACE" />
separately and bouth. But there is no file named cpplog.txt
I think you may have to call cpp.vm.Profiler.stop();
before it actually saves.
1 Like