Merge "Add timezone for Telecom event date formatting" am: bf296640e6
am: 5af59940d1
Change-Id: I3030838f38aa9593d57f9d844d0e9553c3b76997
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user