GithubHelp home page GithubHelp logo

Comments (7)

jensck avatar jensck commented on May 30, 2024

Without a de-obfuscated stack trace, I'm afraid I can't help you. You'll need to do something like this: http://simplyadvanced.net/blog/android-how-to-decode-proguards-obfuscated-code-from-stack-trace/

from spark-sdk-android.

NirujanSuresh avatar NirujanSuresh commented on May 30, 2024

W/System.err: a.a.a.a.a.ac
at a.a.a.a.a.y.a(y.java)
06-28 01:46:08.516 952-1030/? W/System.err: at com.bmertech.activities.k.a(k.java)
06-28 01:46:08.516 952-1030/? W/System.err: at com.bmertech.activities.k.doInBackground(k.java)
06-28 01:46:08.516 952-1030/? W/System.err: at android.os.AsyncTask$2.call(AsyncTask.java:292)
06-28 01:46:08.516 952-1030/? W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
06-28 01:46:08.516 952-1030/? W/System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
06-28 01:46:08.517 952-1030/? W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
06-28 01:46:08.517 952-1030/? W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
06-28 01:46:08.517 952-1030/? W/System.err: at java.lang.Thread.run(Thread.java:818)

from spark-sdk-android.

jensck avatar jensck commented on May 30, 2024

Looks like that's the same stack trace as above. Can you make a release build with proguard disabled and try reproducing this?

from spark-sdk-android.

NirujanSuresh avatar NirujanSuresh commented on May 30, 2024

Looks like it worked without proguard? But do you know why that could be the case? Here are the rules I added to proguard:

-dontwarn okio.**
-dontwarn rx.**
-dontwarn sun.misc.**
-dontwarn com.google.appengine.api.**

from spark-sdk-android.

jensck avatar jensck commented on May 30, 2024

Cool, glad to hear it's working without Pro Guard at least.

Try adding rules to keep io.particle.** and let me know how that goes. If that works, I will add that to our documentation!

from spark-sdk-android.

NirujanSuresh avatar NirujanSuresh commented on May 30, 2024

That worked for me. Thank you.

from spark-sdk-android.

jensck avatar jensck commented on May 30, 2024

Brilliant, thanks for the update!

from spark-sdk-android.

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.