performance - Is there a way to capture memory usage of a specific android app using appium -


i using appium automate hybrid android app. running script on actual samsung device (galaxy tabs 3 , 4). want capture app's memory usage @ various points during script run. example, want capture memory right after login, while performing search in app , while camera opens in app etc.

currently, using teamviewer manually @ memory being used while script running. want able capture programmatically. there way in appium?

afaik there not built in tool in appium programmatically shows device memory consumption. suggest consider appthwack possible integrated solution. it's not free.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -