andyld97 / Home

Home is a system which you can use to monitor all of your devices (Windows, Linux and Android)
MIT License
12 stars 1 forks source link

Wrong/No CPU Name using /proc/cpuinfo #13

Open andyld97 opened 2 years ago

andyld97 commented 2 years ago

grafik

Try using cpufeatures from Android NDK:

andyld97 commented 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