DataDog / dd-sdk-unity

Apache License 2.0
11 stars 1 forks source link

fix: setVerbosity issue on Android #80

Closed fuzzybinary closed 4 months ago

fuzzybinary commented 4 months ago

What and why?

setVerbosity was being sent a C# enum, which couldn't be converted to JNI, causing unity initialization to fail.

Convert AndroidLogLevel to an int to properly set it in Android.

Review checklist