mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +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() {
|
private void initializeJobManager() {
|
||||||
WorkManager.initialize(this, new Configuration.Builder()
|
WorkManager.initialize(this, new Configuration.Builder()
|
||||||
.setMinimumLoggingLevel(android.util.Log.DEBUG)
|
.setMinimumLoggingLevel(android.util.Log.INFO)
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
this.jobManager = new JobManager(this, WorkManager.getInstance());
|
this.jobManager = new JobManager(this, WorkManager.getInstance());
|
||||||
|
@ -349,7 +349,7 @@ public class MessageNotifier {
|
|||||||
@NonNull NotificationState notificationState,
|
@NonNull NotificationState notificationState,
|
||||||
boolean signal)
|
boolean signal)
|
||||||
{
|
{
|
||||||
Log.i(TAG, "sendSingleThreadNotification() signal: " + signal);
|
Log.i(TAG, "sendMultiThreadNotification() signal: " + signal);
|
||||||
|
|
||||||
MultipleRecipientNotificationBuilder builder = new MultipleRecipientNotificationBuilder(context, TextSecurePreferences.getNotificationPrivacy(context));
|
MultipleRecipientNotificationBuilder builder = new MultipleRecipientNotificationBuilder(context, TextSecurePreferences.getNotificationPrivacy(context));
|
||||||
List<NotificationItem> notifications = notificationState.getNotifications();
|
List<NotificationItem> notifications = notificationState.getNotifications();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user