On 2014-07-11, 8:56 AM, Daniel Pupek wrote:
I'm having good luck using the indexeddb in GeckoView but I haven't been
able to figure out where it's stored at.

It'll be in the Gecko profile, which is a little hard to track down. If your App is debuggable, use run-as and a little shell fu:

$ adb shell run-as org.mozilla.geckobrowser cat files/mozilla/profiles.ini

[Profile0]
Default=1
Name=default
IsRelative=1
Path=zzl7itfg.default


[General]
StartWithLastProfile=1

$ adb shell run-as org.mozilla.geckobrowser ls files/mozilla/zzl7itfg.default

blocklist.xml
cert9.db
compatibility.ini
cookies.sqlite
...

I'm filing a ticket to make the profile directory easy to specify in a GeckoView embedding App as we speak.

Nick

_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to