ObjectiveMetrics
ObjectiveMetrics copied to clipboard
infoForLog: and others (?) produce invalid data
There was an occurrence where an infoForLog: message was created as {ms: "foo"}, {ts: 1} - or maybe the {ts: 1} was a different message. This needs to be looked into - it could be a problem with the DMNullTracker.
This is probably caused by DMTracker (somehow) having a nil session - causing -[DMTracker infoWithType:] to return a nil dict (by passing nil as the first arg to "dictionaryWithObjectsAndKeys").