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

Commit 8ae95687 authored by Hui Yu's avatar Hui Yu Committed by Automerger Merge Worker
Browse files

Merge "BroadcastRecord's receivers could be null." into tm-dev am: ccfcc3be

parents 9d1bc10e ccfcc3be
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1918,7 +1918,7 @@ public final class BroadcastQueue {
                            + " completeLatency:" + completeLatency
                            + " completeLatency:" + completeLatency
                            + " dispatchRealLatency:" + dispatchRealLatency
                            + " dispatchRealLatency:" + dispatchRealLatency
                            + " completeRealLatency:" + completeRealLatency
                            + " completeRealLatency:" + completeRealLatency
                            + " receiversSize:" + r.receivers.size()
                            + " receiversSize:" + numReceivers
                            + " userId:" + r.userId
                            + " userId:" + r.userId
                            + " userType:" + (userInfo != null? userInfo.userType : null));
                            + " userType:" + (userInfo != null? userInfo.userType : null));
            FrameworkStatsLog.write(
            FrameworkStatsLog.write(