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

Commit 42372515 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove additional logspam from SmartspaceService"

parents 07ab2f52 7bfc101b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -245,7 +245,9 @@ public abstract class SmartspaceService extends Service {
    public abstract void onDestroySmartspaceSession(@NonNull SmartspaceSessionId sessionId);

    private void doDestroy(@NonNull SmartspaceSessionId sessionId) {
        if (DEBUG) {
            Log.d(TAG, "doDestroy mSessionCallbacks: " + mSessionCallbacks);
        }
        super.onDestroy();
        mSessionCallbacks.remove(sessionId);
        onDestroySmartspaceSession(sessionId);