There is a call to HandlerThread.start() in the constructor of EpgSyncTask.
This isn't an issue on it's own, but will cause problems if EpgSyncTask is ever extended, as the EpgSyncTask's constructor will start the thread before the child class has been initialized.
There is a call to HandlerThread.start() in the constructor of EpgSyncTask.
This isn't an issue on it's own, but will cause problems if EpgSyncTask is ever extended, as the EpgSyncTask's constructor will start the thread before the child class has been initialized.