Fixed log tag
This commit is contained in:
@ -10,7 +10,7 @@ import android.os.IBinder
|
|||||||
class InCallService : Service() {
|
class InCallService : Service() {
|
||||||
override fun onBind(intent: Intent): IBinder? {
|
override fun onBind(intent: Intent): IBinder? {
|
||||||
// TODO("Return the communication channel to the service.")
|
// TODO("Return the communication channel to the service.")
|
||||||
Log.d(TAG, "InCallService onBind with intent: ${intent.action}")
|
Log.d("Baresip", "InCallService onBind with intent: ${intent.action}")
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user