Coder Social home page Coder Social logo

Comments (5)

rau-infinity avatar rau-infinity commented on August 12, 2024 2

from unity_sdk.

uerceg avatar uerceg commented on August 12, 2024

Hi @rau-infinity,

Too bad the stack trace contains no symbols, but the initial screenshot you shared does help us to narrow down where this might be coming from.

That log line is being printed natively from here (effectively executing this under the hood).

As you can see, it's a simple log command which is trying to print the warning level log.

Could it be that your release build of an app doesn't treat this as expected and that crash happens due to that fact?

If that doesn't ring any bells, there is a way to bypass printing of that line in production mode:

  • Set log level on AdjustConfig to suppress.
  • Make sure to initialize AdjustConfig instance with this constructor and pass true for the third parameter value.

If you have any other comments / questions, feel free to ask.

from unity_sdk.

rau-infinity avatar rau-infinity commented on August 12, 2024

Hi @uerceg,

Thanks for responding! From what I can gather we are initialising it to AdjustEnvironment.Production and setting the suppression flag to true for our shipping builds. With that flag set to true though, we shouldn't be seeing that log though right?

from unity_sdk.

uerceg avatar uerceg commented on August 12, 2024

Correct. If that flag is set to true in AdjustConfig instance before you paas it to Adjust.start method call, that line should not be printed. Are you seeing it being printed if you try this setup locally?

from unity_sdk.

uerceg avatar uerceg commented on August 12, 2024

Hi @rau-infinity,

Any update on this one?

from unity_sdk.

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.