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();
|
fd.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Log.d(TAG, "Couldn't open file on client side, trying server side");
|
||||||
setDataSource(uri.toString());
|
setDataSource(uri.toString());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user