I am trying to profile my app written using SDK2.0( Scene Graph) using the BS profiler and it fails with error.
[scrpt.prof.save.fail] Saving profiling data failed
If i try on SDK1.0 app, it works fine. What could have gone wrong?
I am trying to profile my app written using SDK2.0( Scene Graph) using the BS profiler and it fails with error.
[scrpt.prof.save.fail] Saving profiling data failed
If i try on SDK1.0 app, it works fine. What could have gone wrong?
You have to programatically exit the app, for example:
screen.close()
On the main thread. From what I’ve seen if you always exit via the Home button the profiler data is not saved.