Git Product home page Git Product logo

Comments (2)

davidgyoung avatar davidgyoung commented on August 19, 2024

I don't see anything from the logs that would definitively causes the performance problems you describe, but I do see a few things that might be related:

  1. A different program is running that is using a 0.x version of the Android iBeacon Library, com.cloudnapps.smartevent.BeaconDetactorService. While there is nothing wrong with running two apps using two different library versions at the same time, it is possible that it is the other app that is causing the sluggishness you describe.
  2. The Android Beacon Reference app is running in debug mode, meaning it is connected to the adb process on your computer over a socket. I can tell this from the log line that says 12-24 10:32:17.521: W/TVM(19624): Debugger Connected You might try running not in debug mode to see if performance changes.

from android-beacon-library.

tedyyu avatar tedyyu commented on August 19, 2024

Thanks, @davidgyoung, good catch, indeed we are using two versions in two separate app. To my surprise, the problem just disappeared the other day and now the UI is fluent. I'll close the issue now and open new ones if I meet it again.

from android-beacon-library.

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.