Hi,
I am using imx6qdl board, the device running with AOSP6 software. I need to check whether there is any memory leak during run time.
Initially i tried with kmemleak tool which is used to detect the kernel memory leak. But i faced some problem, After booting once it's start scanning my device is getting into hang state and kernel panic is happening
I was clueless why it is getting into hang state....
My device has 2GB RAM, due to low RAM memory is it going to hang state once it started scanning..???
Now i thought of trying Valgrind tool which is available in under directory android/external/ for detecting the memory leak.
But i am stuck how to build and how to execute tool in the target device.
Please Provide the steps to build Valgrind tool for imx6qdl board and how to check it on target device.
Thanks in advance