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