Android Logcat Error "getexternalstoragestate/mnt/sdcard" When Checking For External Storage State
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/Environm
Solution 1:
I think that this is just a debug log entry, not an error. I've seen error messages in logcat from my Galaxy Note that clearly do not mean errors.
You even can't find this message in the Android source code. It may be some debug messages added by the Samsung people.
Post a Comment for "Android Logcat Error "getexternalstoragestate/mnt/sdcard" When Checking For External Storage State"