Skip to content

Commit

Permalink
Remove tunnel state from lifecycle log
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed May 14, 2024
1 parent 3eab2c5 commit 3f920ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class MullvadVpnService : TalpidVpnService() {

override fun onTaskRemoved(rootIntent: Intent?) {
connectionProxy.onStateChange.latestEvent.let { tunnelState ->
Log.d(TAG, "Task removed (tunnelState=$tunnelState)")
Log.d(TAG, "Task removed")
if (tunnelState is TunnelState.Disconnected) {
notificationManager.cancelNotification()
stop()
Expand Down

0 comments on commit 3f920ee

Please sign in to comment.