Updated logging.

This commit is contained in:
Greyson Parrelli 2019-01-10 10:37:47 -08:00
parent c6f3a66cad
commit 7c66c4a4f7
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
private void initializeJobManager() {
WorkManager.initialize(this, new Configuration.Builder()
.setMinimumLoggingLevel(android.util.Log.DEBUG)
.setMinimumLoggingLevel(android.util.Log.INFO)
.build());
this.jobManager = new JobManager(this, WorkManager.getInstance());

View File

@ -349,7 +349,7 @@ public class MessageNotifier {
@NonNull NotificationState notificationState,
boolean signal)
{
Log.i(TAG, "sendSingleThreadNotification() signal: " + signal);
Log.i(TAG, "sendMultiThreadNotification() signal: " + signal);
MultipleRecipientNotificationBuilder builder = new MultipleRecipientNotificationBuilder(context, TextSecurePreferences.getNotificationPrivacy(context));
List<NotificationItem> notifications = notificationState.getNotifications();