Skip to content

Commit

Permalink
Start the looper thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Rothfeder committed Oct 19, 2023
1 parent b8b04ee commit 54cffa0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ internal object SessionLifecycleClient {
private var curSessionId: String = ""
private var handlerThread: HandlerThread = HandlerThread("FirebaseSessionsClient_HandlerThread")

init {
handlerThread.start()
}

/**
* The callback class that will be used to receive updated session events from the
* [SessionLifecycleService].
Expand Down

0 comments on commit 54cffa0

Please sign in to comment.