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

Commit 855d7d52 authored by Lyn Han's avatar Lyn Han
Browse files

Clarify ambiguous log

Fixes: 394681782
Test: adb
Flag: com.android.systemui.notification_avalanche_throttle_hun
Change-Id: I65a32d47c32430f3b0e749e8f2bab6f87cc6d508
parent 942c4c2f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1385,7 +1385,8 @@ public class HeadsUpManagerImpl
                    mPostTime = Math.max(mPostTime, now);
                }
            };
            mAvalancheController.update(this, runnable, "updateEntry (updatePostTime)");
            mAvalancheController.update(this, runnable, "updateEntry reason:"
                    + reason + " updatePostTime:" + updatePostTime);

            if (isSticky()) {
                cancelAutoRemovalCallbacks("updateEntry (sticky)");