Hello everyone, i'm trying to run this Runtime.getRuntime (). exec ("logcat-v time-b radio");
so to catch specific system logs from inside my app, but with no success. I have succesfully used the phone library logcat but no system logs show up.
What i want to ask is, if there is any way i can get the phone library's logcat to return these logs, or if not has anyone been succesfull in getting the system logs from inside the app in another way? (i know that is generally possible to do this because there are a lot of apps in google play doing this)
so to catch specific system logs from inside my app, but with no success. I have succesfully used the phone library logcat but no system logs show up.
What i want to ask is, if there is any way i can get the phone library's logcat to return these logs, or if not has anyone been succesfull in getting the system logs from inside the app in another way? (i know that is generally possible to do this because there are a lot of apps in google play doing this)