- Home /
Keep getting AudioTrack messages when I use Android logcat with my unity app.
I am trying to debug my Android app using the Debug.Log() function in Unity. However, when I run the app and look at logcat, I am getting spammed with these messages, all the from the same process (which is the Unity app). Therefore, ADB marks the app as being too chatty and I cannot read the Debug.Log() messages. Here is an image showing the messages I am getting spammed with: What are theses AudioTrack Messages? Is there any way I can disable them?
I'm having the same issue, when i need to check my realtime log I use a Regex expression but is kinda annoying, have you by any chance solved it?
Your answer
Follow this Question
Related Questions
[Closed] What is "Filename: ./Runtime/ExportGenerated/AndroidManaged/UnityEngineDebug.cpp line: 54" 0 Answers
How to read Debug.Log when using Android? 3 Answers
Android Logcat for Unity3D Debugging 1 Answer
How to remove all unity's debug output from Android 1 Answer
Solving a crash with help from logcat 0 Answers