There are a number of reported movie crash issues, but this report likely covers the main cause. Garbage collection changed in Android 4.0 and we are triggering a check that does not happen with backward compatibility enabled.
Need to check through the media player code and make sure any static classes, etc are held with NewGlobalRef to make sure they don't move.
Also, need to recheck to make sure there aren't any issues with calling with JNIENV from wrong thread; have seen this as well.
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Platform - Mobile |
---|---|
Affects Versions | 4.8 |
Target Fix | 4.8 |
Created | Apr 23, 2015 |
---|---|
Resolved | May 14, 2015 |
Updated | Sep 16, 2019 |