No. In the app's sqlite database I store data for the app. For debugging purposes it would be great to have a copy of that database.
Basically the user registers actions, and those are uploaded to the server through json.
But sometimes these actions seem to be missing, and I'm not sure why.
If I can compare what I received via json calls to the server, and compare this to what I can see in the database it will become clear.
I guess it's a file stored somewhere that I can read and upload ?