Skip to content

Commit 0c9518d

Browse files
committed
Add a log for SessionLifecycleService process
1 parent 3e19e87 commit 0c9518d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SessionLifecycleService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ internal class SessionLifecycleService : Service() {
193193
handlerThread.start()
194194
messageHandler = MessageHandler(handlerThread.looper)
195195
messenger = Messenger(messageHandler)
196+
Log.d(TAG, "Service created on process ${android.os.Process.myPid()}")
196197
}
197198

198199
/** Called when a new [SessionLifecycleClient] binds to this service. */

0 commit comments

Comments
 (0)