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:
committed by
The Android Open Source Project
commit
9da6971d8a
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user