Merge change 3644 into donut

* changes:
  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:44:16 -07:00

View File

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