mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-07 14:35:29 +01:00
Use specific remote config for slow database notification.
This commit is contained in:
committed by
Alex Hart
parent
f5f5bf0a67
commit
843b656fb6
@@ -511,8 +511,9 @@ public class ApplicationContext extends Application implements AppForegroundObse
|
||||
private void initializeTracer() {
|
||||
if (RemoteConfig.internalUser()) {
|
||||
Tracer.getInstance().setMaxBufferSize(35_000);
|
||||
SQLiteDatabase.setSlowWriteLoggingEnabled(true);
|
||||
}
|
||||
|
||||
SQLiteDatabase.setSlowWriteLoggingEnabled(RemoteConfig.slowDatabaseNotifications());
|
||||
}
|
||||
|
||||
private void initializePeriodicTasks() {
|
||||
|
||||
Reference in New Issue
Block a user