Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.9k stars 1.28k forks source link

Possibility to globally setup own crashHandler for all upcoming doAsync calls and default Executor. #729

Open tprochazka opened 5 years ago

tprochazka commented 5 years ago

Would be great to have the possibility to setup own crashHandlerand default Executorfor all doAsynccalls. Not it requires to put it to all the calls if you need it differently that default setup. For example, to log crashes to 3rd party service. Also when Anko is used by 3rd party library, there is no way how to force own crash logging.