Sotirios Diamantis
Sotirios Diamantis
I think I'm trying to do the same (or a similar?) thing... I have the following method that gets the compressed logs (in my LogManager class, in a .NET Standard...
@roubachof, yeah, it was your article that started us down this road :) many thanks!! MetroLog (and that GetCompressedLogs-deadlock workaround that I mentioned) seems to be working quite well, so...
@EmilAlipiev, yeah, we tested the GetCompressedLogs-deadlock workaround on Android, iOS, and Windows (UWP). It seems to be working fine on all of these platforms. But it would be nice to...
@roubachof, did you try logging a message before you get the compressed logs? See minimal, reproducible example in pull request #118.
@roubachof, did you try the minimal, reproducible example in pull request #118, does it not deadlock? For example, if you're only getting the compressed logs for App Center crash reports,...