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

Commit 11cffc87 authored by Jieru Shi's avatar Jieru Shi Committed by Android (Google) Code Review
Browse files

Merge "Add logging for remote service died for CCAPI." into sc-v2-dev

parents ea6e7bea 570adf55
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -190,6 +190,9 @@ final class ContentCapturePerUserService
        Slog.w(TAG, "remote service died: " + service);
        synchronized (mLock) {
            mZombie = true;
            writeServiceEvent(
                    FrameworkStatsLog.CONTENT_CAPTURE_SERVICE_EVENTS__EVENT__ON_REMOTE_SERVICE_DIED,
                    getServiceComponentName());
        }
    }