Tony Sung
Tony Sung
Improve error message when failed to load external TFLite delegate. Before: ``` INFO: Initialized TensorFlow Lite runtime. INFO: Unable to load external delegate from : /data/local/tmp/libvx_delegate.so EXTERNAL delegate created. ```...
This is already done on desktop per https://github.com/overtake/telegram/issues/141 . Should do the same on iOS.
* Firebase SDK version: 4.04 * Firebase Product: storage When an UploadTask/DownloadTask is created when the app is in background, it does leverage NSURLSession's background transfer and "discretionary" is set...