Open andyld97 opened 2 years ago
If the cpu name cannot be found (old method using /proc/cpuinfo
) just not return all of the string, but return maybe only the first line or nothing:
https://github.com/andyld97/Home/blob/9e2c7460bf5da752bd2bccd257360e2b1fa82218/Service/Home.Service.Android/Helper/DeviceInfoHelper.cs#L95
Try using
cpufeatures
from AndroidNDK
: