Ivan Matkov

Results 108 comments of Ivan Matkov

Hi @WiesnerPeti , Thanks for getting in touch! As you already found, `PLCrashReporter` has a few symbolycation strategies including `PLCrashReporterSymbolicationStrategySymbolTable`. But local symbolycation is not really reliable, so App Center...

Re-opening to trigger CI Update: @ebelair build succeeded

Hey @hprandi It looks like the base part of the path is missing somehow. It's probably related to https://github.com/microsoft/appcenter-sdk-android/blob/aef71abd8164d769eba6408f2a53fcee45fa07cb/sdk/appcenter/src/main/java/com/microsoft/appcenter/Constants.java#L107-L108 Could you please share the full verbose log? It would be...

Hi, we haven't heard from you in a while so I'm closing this issue. Please reopen/comment if it still the case for you.

Hi @drakeet, Thanks for getting in touch and highlighting this case. By design, this should be covered by [storage size limit](https://docs.microsoft.com/en-us/appcenter/sdk/other-apis/android#storage-size), but currently it's applied only to DB. For context...

As mentioned above, the value (JSON data of a log/report that SDK has to send to backend later) bigger than ~2MB stored outside of DB because of `Cursor` implementation limitations....

Yep, already working on it (`feature/xcode-14` branch)

Regarding initial topic: we're investigating how to "commonize" API like that. For now it differs between Android and Multiplatform, yes. @cainan I guess like in regular case with `TextField` -...

Implemented in https://github.com/JetBrains/compose-multiplatform-core/pull/1198, and available in the latest 1.6.10 dev build