aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 514d1202071d79d3b5b1f2063d4113f670f1469c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Service Entitlement

Service entitlement library exports the APIs for querying the service status, based on GSMA TS.43
spec.

## How to debug

###  Log TAG to filter:
* ServiceEntitlement


###  Enable logging the PII data:
Grand the permission:

```shell
adb root
```

Enable by system property:

```shell
adb shell setprop dbg.se.pii_loggable true
```
NOTE Debug option only available on devices which is built as userdebug.