martinbonnin / ExoPlayer

Apache License 2.0
22 stars 3 forks source link

Minor fixes and improved error handling #37

Closed perchrh closed 10 years ago

perchrh commented 10 years ago

Avoid printStacktrace for error logging, add more information to log entries. Correct Android minimum API requirement declaration to match code. Avoid comparing strings by reference when checking content. Add missing required equals() implementation to class implementing Comparable. Report encoding exception.

martinbonnin commented 10 years ago

thanks !