Search Issue Tracker
By Design
Votes
0
Found in
2018.1.1f1
Issue ID
1049026
Regression
No
[Android] packageManager.GetStatic<int>("GET_SIGNATURES") causes a crash
Steps to reproduce:
1. Open user attached project
2. Build & Run on an Android device
3. Observe that a crash occurs
Expected result: packageManager.GetStatic<int>("GET_SIGNATURES") should not cause a crash on an Android device
Reproduced in: 2018.3.0a1, 2018.1.4p1, 2017.2.3p1, 5.6.3p3
Workaround: GET_SIGNATURES can be used as a constant instead
var GET_SIGNATURES = 64;
using (var packageInfo = packageManager.Call<AndroidJavaObject>(packageName, GET_SIGNATURES));
Devices reproduced with:
Htc HTC 10, OS:7.0, CPU:arm64-v8a, GPU:Adreno (TM) 530
Motorola Moto G (4), OS:7.0, CPU:armeabi-v7a, GPU:Adreno (TM) 405
Samsung SM G903F, OS:6.0.1, CPU:armeabi-v7a, GPU:Mali-T720
Not reproduced with:
Lge LG F180L (Optimus G), OS:4.1.2, CPU:armeabi-v7a, GPU:Adreno (TM) 320
Not reproduced on iPhone 6 (iOS 11.3.1) too.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment