Mark Turner
Mark Turner
Might be helpful to anyone who lands here. https://github.com/microsoft/appcenter/issues/192#issuecomment-822218945
@kmehmedov still needs a bit of work. I think it needs to properly transform the Flutter `StackTrace` to iOS/Android StackTraceElements. Otherwise the stack trace that appears in AppCenter currently is...
Though I'd be happy to remove the Stack trace part of my PR, I think AppCenter expects a `Exception`/`Throwable` object, so the outcome on AppCenter will always be unsatisfactory.
@joao10martins here's my `appcenter-post-clone.sh`: ```shell #!/usr/bin/env bash #Place this script in project/android/app/ cd .. # fail if any command fails set -e # debug log set -x cd .. git...
Here's relevant gist: https://gist.github.com/fredgrott/0e51f220fd27fa54f1b51d522a499902
https://github.com/flutter/flutter/issues/44407
Is any of the above necessary, or handled implicitly by `configureCrashesAsync`?
Tried recompiling the project but possibly the submodule repo no longer exists: >ssh://[email protected]:7999/cp/kextgizmos.git
This repeatedly occurs when attempting to build using [Bitrise](http://bitrise.io/) continuous integration platform