Realm의 루퍼 쓰레드에서만 비동기쿼리 작성이 가능하다.
이를 어기고 Looper없는 스레드에서 Realm을 열게되면 IllegalStateException 을 던진다.
=> Handler를 사용해야 한다.
'Debug' 카테고리의 다른 글
Fragment 내부의 Button에 대해서는 onClick이 작동하지 않는다. (0) | 2020.07.11 |
---|---|
(HTTPLog)-Static: isSBSettingEnabled false (0) | 2020.07.11 |
ERROR: this project use AndroidX dependencies, but the 'android.useAndroidX" property is not enabled (0) | 2020.07.11 |
type arguments’ can only be used in a .ts file (0) | 2020.07.11 |
error: spawn cmd enoent (0) | 2020.07.11 |