Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ratish
Visitor

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?   
0 Kudos
1 REPLY 1
DadOfTwo
Visitor

Re: BS profiler Saves fails

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.
0 Kudos