SharedPreferences: replace per-load threads with single thread
Switch to a shared executor instead of explicit threads for SharedPreferences loads in order to reduce mmap_sem contention from thread creation spam. Test: atest android.content.cts.SharedPreferencesTest Bug: 289006197 Change-Id: Ieed7bdaa3f08c3fe9121b157d8bdb29b013f4b83
Loading
Please register or sign in to comment