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

Commit 618a7cdd authored by Lyn Han's avatar Lyn Han
Browse files

Log persisted bubbles

Fixes: 167729787
Test: adb shell cmd stats print-logs

Change-Id: I618429cde83edd34fe36cd8f727ce65055430860
parent ea029eeb
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());
    }