Client access stats for calllog

This prints # of requests made by clients, per calling UID, with total
time spent for their requests.

Sample output:

PROVIDER ContentProviderRecord{a16090d u0 com.android.providers.contacts/.CallLogProvider} pid=2417
    Client:
        Process uptime: 4 minutes

        Client activities:
          UID        Query  Insert Update Delete   Batch Insert Update Delete          Sec
          1000           1       4      0      0       0      0      0      0        0.161
          10022          1       0      0      0       0      0      0      0        0.068
          10062        336       2      0      0       0      0      0      0        5.361

Change-Id: I4b6f7e58dd8dc971408220edaae11ce6f24c43f5
Fix: 76037330
Bug: 76037330
Test: build & boot, dumpsys activity provider com.android.providers.contacts/.CallLogProvider
1 file changed