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

Commit 96cfa57d authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Add more logging to ProcessedPerfettoProtoLogImpl.dumpViewerConfig()

Change-Id: I55b713bbf5301f836c14631f51d8180c3c0e4613
Flag: EXEMPT logging only
parent 0ad87f91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,9 +132,9 @@ public class ProcessedPerfettoProtoLogImpl extends PerfettoProtoLogImpl {
    @Deprecated
    @Override
    void dumpViewerConfig() {
        Log.d(LOG_TAG, "Dumping viewer config to trace");
        Log.d(LOG_TAG, "Dumping viewer config to trace from " + mViewerConfigFilePath);
        Utils.dumpViewerConfig(mDataSource, mViewerConfigInputStreamProvider);
        Log.d(LOG_TAG, "Dumped viewer config to trace");
        Log.d(LOG_TAG, "Successfully dumped viewer config to trace from " + mViewerConfigFilePath);
    }

    @NonNull