Skip to content

Commit 072d0ed

Browse files
committed
EpgSyncJobService: Disable the DEBUG flag by default
Might help a little bit with the performance. Especially on some lower-end devices.
1 parent 35d1329 commit 072d0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiflibrary/src/main/java/com/google/android/media/tv/companionlibrary/sync/EpgSyncJobService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
*/
7777
public abstract class EpgSyncJobService extends JobService {
7878
private static final String TAG = "EpgSyncJobService";
79-
private static final boolean DEBUG = true;
79+
private static final boolean DEBUG = false;
8080

8181
/** The action that will be broadcast when the job service's status changes. */
8282
public static final String ACTION_SYNC_STATUS_CHANGED =

0 commit comments

Comments
 (0)