Get used memory for running app

Get used memory for running app

BY 03 Feb 2020 Web Application Development

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:

  1. NotSupportedError: Value for given key was not found undefined:
    1. getCapability


thank you in advance for any help.

Written by