am faf41044: Merge change 3644 into donut

Merge commit 'faf410443f0c2ab2d30a1c8ce90f83157b5e593b'

* commit 'faf410443f0c2ab2d30a1c8ce90f83157b5e593b':
  Print a message to the log when a file can't be opened on the client side.
This commit is contained in:
Android (Google) Code Review
2009-06-09 20:45:59 -07:00
committed by The Android Open Source Project

View File

@@ -617,6 +617,7 @@ public class MediaPlayer
fd.close();
}
}
Log.d(TAG, "Couldn't open file on client side, trying server side");
setDataSource(uri.toString());
return;
}