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

Commit 570adf55 authored by Jieru Shi's avatar Jieru Shi
Browse files

Add logging for remote service died for CCAPI.

Test: manual
Bug: 201480600
Change-Id: I91ecee33681449d5360660e8bcb330bba929813f
parent b739e834
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());
        }
    }