Hello guys!
This is my first post here, so welcome everyone :)
I wuld like to ask if someone tried to get RAM usage for the running app.
Based on documentation it should be possible to get current RAM usage per running app.
I tried to get it inside analog clock basic app, I modified index.html and used following line inside script tag: var myCurrentMemUsage = tizen.systeminfo.getCapability('http:// tizen.org/runtime/memory.allocated.self'); but it is not working for me. I verified tizen 2016 and 2017 and I can see console output:
thank you in advance for any help.