Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024

Original comment by [email protected] on 17 Feb 2015 at 8:52

  • Changed state: Accepted

from imsdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Tried with Doubango r1246 and imsdroid 580 on GT-I9100/Android 4.1.2 calling 
iPhone6 but cannot reproduce the crash.
Please try with my debug apk (https://ns313841.ovh.net/IMSDroid_g729.apk) and 
tell us if you have same crash.

Original comment by [email protected] on 18 Feb 2015 at 8:54

from imsdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Tried with the provided debug apk using two GT-I9100/Android 4.1.2 devices 
calling each other using G.729 codec (we don't have an iPhone 6 yet). On both 
devices we disabled the "Enable STUN for ICE", "Enable AEC", "VAD" and "Noise 
reduction" options.

After about 50 mintues we got the same crash on one of the phones(logs attached 
are not taken from the start of the call because the AudioHardwareYamaha 
generates logs continously and filled the Logcat buffer).

Please find also attached logs of the same crash occurred after about 10 
minutes under the same conditions on a GT-I9505/Android 4.4.2 calling a 
GT-I9100/Android 4.1.2.

Original comment by [email protected] on 23 Feb 2015 at 9:35

Attachments:

from imsdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
From the logs we see that before the app crash we get an error from the 
AudioRecord also some other native services die. It looks like a memory leak 
issue and testing long duration calls I noticed very few variations in the 
memory usage. The memory usage increase significantly each time we start a new 
call. The IMSDroid application won't free the leaked memory when you close it 
as the service will be running in the background. Use "shell top" to track 
memory usage and report it here.
Do you have the crash for the very first calls (after phone restart) or not?

Original comment by [email protected] on 25 Feb 2015 at 7:20

  • Changed state: Started

from imsdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Here the results of the following test:

- Got the Imsdroid apk provided installed on two GT-I9100 running Android 4.1.2
- Both phones have been rebooted
- After reboot, start Imsdroid and place a call between the two phones using 
G.729 codec.
- After few minutes Imsdroid crashed on one of the phones.

Please find attached the following log files captured using the following 
commands:

Logcat (w/o AudioHardwareYamaha logs): adb logcat -v time | grep --invert-match 
LVVEFS
Memory monitor: adb shell 'while true; do date && top -t -n 1 | grep imsdroid; 
sleep 1; done'

Original comment by [email protected] on 2 Mar 2015 at 3:01

Attachments:

from imsdroid.

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.