No need to call exitProcess at Quit (causes crash)
This commit is contained in:
@ -331,7 +331,7 @@ class BaresipService: Service() {
|
||||
else
|
||||
stopForeground(STOP_FOREGROUND_REMOVE)
|
||||
stopSelf()
|
||||
exitProcess(0)
|
||||
// exitProcess(0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user