How to access saved files?

I am writing saved game files on my Android. However, there are some bugs I am having a tough time tracking down and would like to grab the saved game and move it to my pc for debugging / speed’s sake.

Where are the files stored on the phone? I have looked but can’t find the directory’s of the app. It appears that I must root my phone… is that the case? Is there any reason I would not do that?

Thanks!

I think you have to root it.

I ended up making an upload button in the app that sends to my server via POST.

I think you have to root it.

I ended up making an upload button in the app that sends to my server via POST.