mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Updated logging.
This commit is contained in:
parent
c6f3a66cad
commit
7c66c4a4f7
@ -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());
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user