Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从评论中realm.isClosed()
realm.isClosed()
务必记住在完成后关闭 Realm 实例,以免泄漏内存、文件描述符或增大 Realm 文件的大小。
那么,如果我不使用realm.close()method 而是使用 set 会发生什么realm=null。
realm.close()
realm=null
什么都不会发生,这很糟糕,因为这也意味着您不会释放本机资源,这对后台线程非常不利,并且可能导致您的 Realm 文件大小爆炸。
https://realm.io/docs/java/latest/#large-realm-file-size