android - Can I use the ADB to see if my application is successfully writing to a text file? -



android - Can I use the ADB to see if my application is successfully writing to a text file? -

my application stores info writing text file, when seek open , read text file programme doesn't recognize i've written in text file.

i've decided seek utilize adb see if can find txt file, when go data.app , seek open file - com.benbaltes.android-fields2.apk says can't cd app.

is there anyway can check , poke around files in app? rooted , have su access

it depends on how create text file, can poke around. take within /data/app-private or /data/data/your_package_name/. can utilize adb shell start shell on device/emulator, , cat works print text file (any file, actually) console.

the apk file not info written -- that's distribution file app.

android file adb writing

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -