is it possible write in a file which is written in the Log command line? I mean, i have my code and to see the Log in Eclipse i write something like
Log.i("BR", "Log Example");
is it possible write the sring "Log Example"
in a file?
Or, is there a solution to write a report file in which is stored some action of application every 10 minutes?