``` 04-05 16:41:16.077 25020-25171/? E/AndroidRunt...
# kohesive
y
Copy code
04-05 16:41:16.077 25020-25171/? E/AndroidRuntime: FATAL EXCEPTION: IntentService[OhelShemOngoingNotificationService]
                                                   Process: com.yoavst.changesystemohelshem, PID: 25020
                                                   java.lang.IllegalMonitorStateException: did not lock monitor on object of type 'kotlin.SynchronizedLazyImpl' before unlocking
                                                       at kotlin.SynchronizedLazyImpl.getValue(Lazy.kt:215)
                                                       at com.ohelshem.app.android.notifications.service.OngoingNotificationService.getDatabaseController(OngoingNotificationService.kt:91)
                                                       at com.ohelshem.app.android.notifications.service.OngoingNotificationService.onHandleIntent(OngoingNotificationService.kt:43)
                                                       at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:67)
                                                       at android.os.Handler.dispatchMessage(Handler.java:102)
                                                       at android.os.Looper.loop(Looper.java:148)
                                                       at android.os.HandlerThread.run(HandlerThread.java:61)
I access this variable:
Copy code
val x: X by injectLazy()