Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catch throwable instead exceptoin during deleting backup dir
Summary: CredentialProtectedWhileLockedViolation is not a exception, try to catch the throwable to swallow this. java.lang.Object ↳ java.lang.Throwable ↳ android.os.strictmode.Violation ↳ android.os.strictmode.CredentialProtectedWhileLockedViolation https://developer.android.com/reference/android/os/strictmode/CredentialProtectedWhileLockedViolation Reviewed By: phecdarain Differential Revision: D52376686 fbshipit-source-id: 28c2d6fbc249e5165d810b96b9860788903684c7
- Loading branch information