As title, I build a App on Tizen TV, and it works fine on '17 and '18 platform. But on '16 tv, it not works. It looks some of my api request blocked the ks event loop. I tried to find the reason so I used the "Profile" tool in Web inspector. And, It just works when I checked the "Enable profiling" on Profile tab. Why? I can't understand...
Does anyone have any idea about this strange issue? Or is there anyway to have same effect like "Enable profilling" in js? I tried "console.profile()" but it not works.
Please help me, I'm going crazy.