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

Commit 09754568 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Log persisted bubbles" into rvc-qpr-dev

parents 4e6078ae 618a7cdd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -30,10 +30,6 @@ public class BubbleLoggerImpl extends UiEventLoggerImpl implements BubbleLogger
     * @param e UI event
     */
    public void log(Bubble b, UiEventEnum e) {
        if (b.getInstanceId() == null) {
            // Added from persistence -- TODO log this with specific event?
            return;
        }
        logWithInstanceId(e, b.getAppUid(), b.getPackageName(), b.getInstanceId());
    }