How to activate system logs

TazKilla

New member
Sep 28, 2016
4
0
0
Visit site
Hello everyone,

After a long and in depth search on the web as well as other resources, I reach out to you for assistance in finding the answer.

I am just trying to activate some logs that I can't see for now (even if I use adb logcat or Syslog app).
I'm working with SIM cards, and if I take a look in UiccCarrrierPrivilegeRules.java (com.android.internal.telephony.uicc), I can see logs that are
ready to go, but DBG variable is set to "false" (when the same variable is set to "true" in UiccCardApplication.java, for example).

My question is, how can I see logs about Android accesses to Sim Card (from simple info logs to errors) ?

Thanks in advance.