Closed ejo4041 closed 5 years ago
Hm... this is a crash in native code and the library uses no native code. :question:
I'd say debug this further by setting break points to narrow down what triggers it.
Start with setting one before and after checksum calculation, you are using that, right? https://github.com/matomo-org/piwik-sdk-android/blob/master/piwik-sdk/src/main/java/org/piwik/sdk/extra/DownloadTracker.java#L85
And maybe a break point before it goes to opening the URLConnection
.
Stale
Here is the code that crashes my app inside the MainActivity onCreate():
TrackHelper.track().download().with(tracker);
The rest of the tracker works fine so far, I am seeing events on the server. Below is the tombstone from the crash.