TP-68141: Handling SO crash for DFM (#11638)
This commit is contained in:
@@ -84,8 +84,12 @@ class ReactActivity : BaseActivity(), DefaultHardwareBackBtnHandler, RequestToCa
|
||||
statusBarColor?.let { this.setStatusBarColor(it) }
|
||||
} catch (e: UnsatisfiedLinkError) {
|
||||
e.log()
|
||||
// It will come here only for DFM cases where we need second launch to get it fixed.
|
||||
finish()
|
||||
} catch (e: Exception) {
|
||||
e.log()
|
||||
// It will come here only for DFM cases where we need second launch to get it fixed.
|
||||
finish()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user