enchance error logging

This commit is contained in:
Alexey Danilov
2017-04-22 12:44:08 +03:00
parent ba6ba4ebe9
commit 02bc21f882
3 changed files with 25 additions and 7 deletions

View File

@@ -140,7 +140,8 @@ HttpProxyCacheServer proxy = HttpProxyCacheServer.Builder(context)
See `sample` app.
## Known problems
`AndroidVideoCache` [doesn't work](https://github.com/danikula/AndroidVideoCache/issues/28) if wifi or mobile internet connection uses proxy.
- `AndroidVideoCache` [doesn't work](https://github.com/danikula/AndroidVideoCache/issues/28) if wifi or mobile internet connection uses proxy.
- In some cases clients [can't connect](https://github.com/danikula/AndroidVideoCache/issues/134) to local proxy server ('Error pinging server' error). May be it is result of previous error. Note in this case video will be played, but without caching.
## Whats new
See Release Notes [here](https://github.com/danikula/AndroidVideoCache/releases)