I want to clean up log entries that appear logcat as well as other tools that report calls to Log.x()
, such as Crashlytics.
There are quite a few entries appearing that I did not explicitly create, that have my application's unique identifier (e.g. com.example.myapp). Some examples are tags like: Adreno-EGL
, MediaPlayer
, jdwp
, dalvikcm
, Zygote
, Crashlytics
, OpenGLRenderer
.
Can I intercept and filter these? Or disable invocations outside of my code altogether?