Marc Richards

Results 23 comments of Marc Richards
trafficstars

Update from Firebase: It appears there's a console issue that occurs sometimes when multiple identical logged exceptions are logged *during the same session*, which I believe is what @tzmm has...

Hey folks we have are aware this is a desired feature and will be supporting it eventually. I don't have a timeline for it yet, though. I'll keep the issue...

@ptsekov The mapping file is associated with a UUID that is added to the app as a resource during compilation, not the app version code. So unless you've hardcoded that...

Hi all, the capability to upload mapping files outside of Gradle is now available in the [Firebase CLI](https://firebase.google.com/docs/cli#crashlytics-commands). If you have any issues with this feature, please report them in...

We don't currently offer a didCrashOnPreviousExecution API for Unity because the vast majority of Unity events that are collected by Crashlytics are caught by the Unity runtime and therefore did...

For folks that are struggling with uploading symbols on Windows, I believe we've isolated a Windows-specific path resolution issue and will try to have it fixed in the next release....

@BIGCATDOG Are you behind a proxy or were you on a bad internet connection? Please check those things. OP's issue was "no native libraries found" error. If your `UnknownHostException` persists,...

We released the Crashlytics proxy fix in Firebase CLI [v11.10.0](https://github.com/firebase/firebase-tools/releases/tag/v11.10.0). We haven't been able to reproduce the Windows path resolution issue locally (despite trying on several similar configurations), but the...

It appears the proxy environment variable in the [public documentation](https://firebaseopensource.com/projects/firebase/firebase-tools/#using_behind%20a%20proxy) is not what Crashlytics expects. Try setting `https.proxyHost` and `https.proxyPort` (or `http.proxyHost` and `http.proxyPort`), in addition to the environment variables...

Quick update: `https.proxyHost`, etc are Java runtime properties that are checked by Crashlytics, not environment variables. We've implemented a check for the documented environment variables and will be shipping an...