2

We have Android 32 and 64 bit variant of our application and when we try to read /proc/cpuinfo we get different value of "features".

For eg. If 64 bit application reads /proc/cpuinfo value of feature, then we are getting "fp asimd evtstrm aes pmull sha1 sha2 crc32". Same 32 bit application give "half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt evtstrm aes pmull sha1 sha2 crc32"

We have tried executing these application on multiple version of Android as well multiple phones of different brands. The result is same that cpuinfo is different for 32 and 64 bit application.

1 Answer 1

0

/proc/cpuinfo is a read-only file on the device itself. It differs from device to device, but not from application to application on that device. It sounds like you were expecting different devices to share the same /proc/cpuinfo file, which will never be the case.

I hope that helps!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.