Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Clear Up Telemetry's encodeString #3960

Closed
bleege opened this issue Feb 15, 2016 · 2 comments
Closed

Clear Up Telemetry's encodeString #3960

bleege opened this issue Feb 15, 2016 · 2 comments
Assignees
Labels
Android Mapbox Maps SDK for Android telemetry Integration with Mapbox Telemetry libraries

Comments

@bleege
Copy link
Contributor

bleege commented Feb 15, 2016

While validating data @camilleanne noticed that sessionId was coming across with different character sets. Let's clean this up.

sessionId: �.�)H\u0001��\t\u001d�\u0019��#$�<'`

Related Issue: #2421

@bleege bleege added Android Mapbox Maps SDK for Android telemetry Integration with Mapbox Telemetry libraries labels Feb 15, 2016
@bleege bleege self-assigned this Feb 15, 2016
@bleege bleege added this to the android-v4.0.0 milestone Feb 15, 2016
@bleege
Copy link
Contributor Author

bleege commented Feb 15, 2016

I was able to figure out how to get Hexadecimal representations of SHA1 digests in Java. They'll look like the following in practice.

02-15 17:00:30.983 9032-9986/com.mapbox.mapboxsdk.testapp I/MapboxEventManager: original = ce19a4bd-682e-4451-b955-f823601afea3; hex = 1AABDAA7707B645BD414174971B3A7075DF92C8F
02-15 17:00:31.001 9032-9986/com.mapbox.mapboxsdk.testapp I/MapboxEventManager: original = ce19a4bd-682e-4451-b955-f823601afea3; hex = 1AABDAA7707B645BD414174971B3A7075DF92C8F

@bleege
Copy link
Contributor Author

bleege commented Feb 15, 2016

@camilleanne has approved so I rebased, merged, and now closed!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android telemetry Integration with Mapbox Telemetry libraries
Projects
None yet
Development

No branches or pull requests

2 participants