Hello friends, I'm doing an app, I'm sending this error, I was looking for the error on the internet and I found that my error is probably generated because I am a method that is sending changes to the data link without sending the interface thread of user, I found that I can request this problem through the implementation of Device.BeginInvokeOnMainThread / UI thread . But I completely do not know how to implement it for my project or, in any case, the method I'm working on.
This is the error I'm receiving.
Not native Android stacktrace (see debugger output).
Got a SIGSEGV while executing native code. This usually indicates 07-10 16: 38: 07.878 E / mono-rt (1929): a fatal error in the mono runtime or one of the native libraries 07-10 16: 38: 07.878 E / mono-rt (1929): used by your application.
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x69432220 in tid 1959 (Finalizer)
I do not put my code because I am afraid that the class that runs the error is very long, but if someone could help me or guide me a bit it would be great. I would like to know if someone can give me an example of how to use Device.BeginInvokeOnMainThread , or any referencing. Thank you all