Hi all, I want to get the processor number on android. can I do that like as follow:
int processporNum = sysconf(_SC_NPROCESSORS_CONF);
but everytime the return value is 1 on some of my phones, so i not sure this methold is right .is there anyother api can get this info
you can run