Eclipse Compilation of application, i had incorporated gcov compilation and linking flags..and generated the image where i got gcno files..
i am running this application as stand-alone on the device.. but i couldn't able to see the gcda files in the android device when i run this app..
./cractus
is there a possibility to generate the gcda files and store on the device with out getting it on host-PC ?
I tried this ..# find . -name *.gcda
but no response