[dev_arch_opt_3.0] 代码逻辑优化
This commit is contained in:
@@ -28,7 +28,7 @@ class CrashFix {
|
||||
@ReplaceInvoke
|
||||
fun fixStartServiceCrash(context: Context, intent: Intent): ComponentName? {
|
||||
return try {
|
||||
return context.startService(intent)
|
||||
context.startService(intent)
|
||||
} catch (t: Throwable) {
|
||||
t.printStackTrace()
|
||||
null
|
||||
|
||||
Reference in New Issue
Block a user