mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Improve conversation open benchmark test.
This commit is contained in:
committed by
Clark Chen
parent
7e909f2bee
commit
aee0b5268f
@@ -292,7 +292,6 @@ public class ConversationFragment extends LoggingFragment implements Multiselect
|
||||
this.locale = Locale.getDefault();
|
||||
startupStopwatch = new Stopwatch("conversation-open");
|
||||
SignalLocalMetrics.ConversationOpen.start();
|
||||
SignalTrace.beginSection("ConversationOpen");
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -405,7 +404,6 @@ public class ConversationFragment extends LoggingFragment implements Multiselect
|
||||
startupStopwatch.stop(TAG);
|
||||
SignalLocalMetrics.ConversationOpen.onRenderFinished();
|
||||
listener.onFirstRender();
|
||||
SignalTrace.endSection();
|
||||
return Unit.INSTANCE;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user