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:
@@ -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