Effect of frequent sdcard writes

Posted by Al on Stack Overflow See other posts from Stack Overflow or by Al
Published on 2010-04-22T22:16:35Z Indexed on 2010/04/22 22:23 UTC
Read the original article Hit count: 348

In my chat app, I am adding the ability to log chats. The logs are saved on the sdcard and one BufferedWriter is kept open for every person/channel chat is done with. I'm wondering what effects this might have have on the sdcard and its life.

My BufferedWriter's buffer size is to 1024, I'm also wondering if that is too small or too big.

© Stack Overflow or respective owner

Related posts about android

Related posts about bufferedwriter