Android Question LogCat system logs

tpakis

Active Member
Licensed User
Longtime User
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)
 

tpakis

Active Member
Licensed User
Longtime User
Erel you are right, they require root for 4.1+ I didn't notice that, so my question is invalid. Thank you for your answer
 
Upvote 0
Top