In my CoroutineWorker.doWork(), a CancellationException was caught. But I am sure I never cancel it.
Is it possible the android OS cancel my worker? If so, where can I find the official documents?
In my CoroutineWorker.doWork(), a CancellationException was caught. But I am sure I never cancel it.
Is it possible the android OS cancel my worker? If so, where can I find the official documents?