Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 458e0d3d authored by Ng Zhi An's avatar Ng Zhi An
Browse files

Update comment referring to number of BroadcastQueues

We now have 3 queues, one special "offload" queue for special broadcasts
that take a really long time, such as BOOT_COMPLETED.

Test: none
Bug: 111368744
Change-Id: I2f6d39c9005c49cba43af9d403207667b6a4f439
parent e0c2f7e1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -58,8 +58,9 @@ import java.util.Set;
/**
 * BROADCASTS
 *
 * We keep two broadcast queues and associated bookkeeping, one for those at
 * foreground priority, and one for normal (background-priority) broadcasts.
 * We keep three broadcast queues and associated bookkeeping, one for those at
 * foreground priority, and one for normal (background-priority) broadcasts, and one to
 * offload special broadcasts that we know take a long time, such as BOOT_COMPLETED.
 */
public final class BroadcastQueue {
    private static final String TAG = "BroadcastQueue";