Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop to clean up the lib-main folder if enable SOLOADER_DISABLE_BACKU…
…P_SOSOURCE Summary: remove this optional backup soSource clean up logic to migrate below Violation. ``` - Caused by: android.os.strictmode.CredentialProtectedWhileLockedViolation: Accessed credential protected path /<pkg>/lib-main while user 0 was locked - android.os.StrictMode.onCredentialProtectedPathAccess (StrictMode.java:2226) - android.os.StrictMode.access$2000 (StrictMode.java:153) - android.os.StrictMode$5.onPathAccess (StrictMode.java:1858) - libcore.io.BlockGuardOs.access (BlockGuardOs.java:72) - libcore.io.ForwardingOs.access (ForwardingOs.java:72) - android.app.ActivityThread$AndroidOs.access (ActivityThread.java:7616) - java.io.UnixFileSystem.checkAccess (UnixFileSystem.java:281) - java.io.File.exists (File.java:815) - com.facebook.soloader.SoLoader.addBackupSoSource (SoLoader.java:460) [inlined] - com.facebook.soloader.SoLoader.initSoSources (SoLoader.java:371) ``` Reviewed By: phecdarain Differential Revision: D53060447 fbshipit-source-id: 2cca0cda601cf4cf60a863b586ed2624584632e6
- Loading branch information