Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 319d56cf authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Add timezone for Telecom event date formatting" am: bf296640 am: 5af59940 am: af3d7f99

am: 19bf1352

Change-Id: If0d65df712331bd5552a0551a073a4bb09709b26
parents 2b8d44f9 19bf1352
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ import java.util.LinkedList;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.TimeZone;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.stream.Collectors;

@@ -268,6 +269,7 @@ public class EventManager {

    public EventManager(@NonNull SessionManager.ISessionIdQueryHandler l) {
        mSessionIdHandler = l;
        sDateFormat.setTimeZone(TimeZone.getDefault());
    }

    public void event(Loggable recordEntry, String event, Object data) {