ratish
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2017
06:20 AM
BS profiler Saves fails
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?
[scrpt.prof.save.fail] Saving profiling data failed
If i try on SDK1.0 app, it works fine. What could have gone wrong?
1 REPLY 1
DadOfTwo
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018
07:47 AM
Re: BS profiler Saves fails
You have to programatically exit the app, for example:
On the main thread. From what I've seen if you always exit via the Home button the profiler data is not saved.
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.