Coder Social home page Coder Social logo

Comments (6)

tallior avatar tallior commented on May 15, 2024 3

We are using proguard (to strip unused Java classes from the produced apk).
In our proguard-user.txt file I had to add this line (i already deleted the branch, so i am not sure this is exactly the package name for your code):

-keep class com.microsoft.appcenter.** { *; }

from appcenter-sdk-unity.

kostya-zhidovinov avatar kostya-zhidovinov commented on May 15, 2024

Hi @liortal53 !
This seems to be a known bug in Unity for Android. Unity catches all exceptions and prevents application crashes, so application is still running.
Please take a look at this note for more info: https://docs.microsoft.com/en-us/appcenter/sdk/crashes/unity#generate-a-test-crash

As for your last question - no analytics is required, the App Center SDKs use a modular architecture so you can use any or all of the services.

Please let me know if you need any further assistance with this or if you have more questions.

from appcenter-sdk-unity.

tallior avatar tallior commented on May 15, 2024

Commenting from my other (work) account - i saw the code, you are registering on the logMessageReceived delegate, so i should be seeing errors as well (not only crashes), but unfortunately i received nothing.

from appcenter-sdk-unity.

kostya-zhidovinov avatar kostya-zhidovinov commented on May 15, 2024

Hey @tallior, could you please switch to LogLevel verbose from AppCenterBehaviour settings, reproduce this case and send me logs to investigate? Also if you have a simple app where I can reproduce this on my side - that would help a lot.

from appcenter-sdk-unity.

tallior avatar tallior commented on May 15, 2024

from appcenter-sdk-unity.

evgeny-pol avatar evgeny-pol commented on May 15, 2024

Hello @tallior , good to hear you've managed to resolve the issue!
Do you mind sharing with us the piece of code that helped you to do it?
I'm going to close this issue for now but feel free to reopen it if you have any further questions.

from appcenter-sdk-unity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.