Hey is it possible in Android to collect all Log.d from one class and keep on appending it and save it into SDCard ?
For example :
Class Android {
You can override the Log class and do that yourself. But is it really required for your purposes?