debugging - Android Device, Internal Disk Space runs out real quick -
i'm having problem 1 of applications i'm developing.
so far, i'm using usb debugging mode install/update app in android device, that's huawei mediapad 7 lite (android ics 4.0.3).
the app using (according internal storage in applications menu) 4.91 mb.
we've been testing it, , disk space being consumed 1gb per week ratio... waaaay space.
i've checked application , couldn't find @ first sight memory leak. i've searched lot, , in few places, i've seen turning usb debugging off helps.
my question is...
can caused logging or other functionality don't know of in "usb debugging mode", or coding problem on side?
thanks lot
the problem comes os itself.
android has option log gps information, apparently, enabled on devices.
the solution disable gps log, device needs rooted , need edit file located in /system/etc/gps/glconfig.xml
find block
<hal acportname="/dev/ttys3" ibaudrate="115200" clogenableinitstate="true" clogenabled="true" aclogdirectory="/data/gps/log/" acnmeaoutname="/data/gpspipe" ctrlpipe="/data/gps/glgpsctrl" acnvstodir="/data/gps/" itofilename="ito2.dat" />
all need change line clogenabled="true", make false, , that's it.
Comments
Post a Comment