On my Galaxy Tab 10.1 I get strange logcat errors when checking the external storage state with:
Environment.getExternalStorageState();
Logcat says:
03-10 14:13:22.700: E/Environment(32754): getExternalStorageState/mnt/sdcard
Did not really find something helpful when searching on Google. The only information I found that this maybe has something to do with the filesystem.
Can this error be fixed? I used API Level 11 in this small Test Project.
Edit: Just to clarify... getExternalStorageState() works and returns MEDIA_MOUNTED, I was just curious about this logcat error.