Search Issue Tracker
Duplicate
Votes
1
Found in
2018.4
2019.4
2020.3
2021.1
2021.2
Issue ID
1337462
Regression
No
[Android] SystemInfo ARM big.LITTLE configuration reports 1 big + 7 little (instead of 4+3+1) for CPUs with 4+3+1 configuration
For CPUs that have 4 silver + 3 gold + 1 prime cores configuration, Unity SystemInfo ARM big.LITTLE configuration reports 1 big + 7 little.
Currently, Unity has a hard-coded threshold that treats all cores < 85% capacity as little cores.
Steps:
1. Clean device logcat: adb logcat -c
2. Build and Run New Empty Project on Android device with 4+3+1 cores configuration
3. In Terminal:
- if on Windows: adb logcat | findstr "SystemInfo ARM"
- if on macOS: adb logcat | grep -F "SystemInfo ARM"
Expected: Terminal output: SystemInfo ARM big.LITTLE configuration reports 4+3+1 configuration.
Actual: Terminal output: SystemInfo ARM big.LITTLE configuration: 1 big (mask: 0x80), 7 little (mask: 0x7f)
Reproduced with:
Samsung Galaxy S21 5G, Qualcomm Snapdragon 888, 4x ARM Cortex-A55 @ 1804MHz, 3x ARM Cortex-A78 @ 2419MHz, ARM Cortex-X1 @ 2841MHz, Adreno (TM) 660
VLNQA00362 Samsung Galaxy Z Fold2 5G (SM-F916U1) 11 Snapdragon 865 SM8250 Adreno (TM) 650
(user's info) Snapdragon 870 device
Reproduced with: 2018.4.35f1, 2019.4.27f1, 2020.3.8f1, 2021.1.9f1, 2021.2.0a18.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
This is a duplicate of issue #1349057