How to find current memory usage of an application while using through adb command?
Can anyone post me the code that to find the current application memory usage
How to find current memory usage of an application while using through adb command?
Can anyone post me the code that to find the current application memory usage
with Android we did it using phones connected to same machine where tests are running.
in test code we just execute:
and in code just parse values needed. then we just printed them in test logs and just manually looked through them.
test itself was kind of walking among many screens and good long swipe with large lists.