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

Commit 7bfc101b authored by Jared Duke's avatar Jared Duke
Browse files

Remove additional logspam from SmartspaceService

Test: CTS tests
Bug: 189885848
Change-Id: I2fe1994e986e55f9a7ae063abf78ebfe8aaeb47d
parent 2a736f64
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);