Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger - com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered #68

Closed
teotigraphix opened this issue Nov 7, 2018 · 2 comments

Comments

@teotigraphix
Copy link
Contributor

Hey,

I cannot for the life of me figure out where this log is. The log is being produced as you can see many times a second.

I don't understand why it's calling stop() on AudioTrack, where ever this is, is it actually AudioTrack?

2018-11-07 14:27:09.874 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.889 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.906 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.921 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.934 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.949 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.964 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.979 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:09.995 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.010 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.024 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.040 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.055 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.070 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.085 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.100 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
2018-11-07 14:27:10.114 24656-24680/com.teotigraphix.mwenginetest1 D/AudioTrack: stop() called with 720 frames delivered
@igorski
Copy link
Owner

igorski commented Nov 9, 2018

This is curious as the D/-prefix implies that this code is running in the Dalvik/ART environment (whereas MWEngine runs in a native layer with prefix V/). If you could share an example of what your com.teotigraphix.mwenginetest1 is doing, that would be helpful (e.g. are you instantiating Java-based audio routines?).

@teotigraphix
Copy link
Contributor Author

I think I made a mistake with this, this was the emulator.

I have devices and emulators in the device manager, so I guess I will close for now.

Since it' the emulator, who knows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants