简体   繁体   中英

How to debug a db4o database running on an Android app

I have an Android app that uses a db4o database, and I would like to query this database while running my application. I have already installed OME (ObjectManager Enterprise) plugin on Eclipse, but I don't know how to connect it to my Android db4o database.

Has anyone been able to do this successfully? I'm not even sure if there is a way to access my Android app's data while the program is running.

I am afraid, there is no direct way to do this. You have to copy database from your android emulator to your machine and then query the db using OME http://tracker.db4o.com/browse/OMJ-184

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM