Remove the package name from PermissionMonitor dump logs

According to the Android CDD, the connectivity bug report can not
include any kind of unser-installed package name. Thus, remove
the package name from PermissionMonitor dump logs.

Before:
2022-06-17T04:12:58.317509 - Package remove: name=com.android.\
    frameworks.tests.net, uid=10092, nPerm=(NONE/NETWORK),\
    tPerm=UNINSTALLED
2022-06-17T04:11:22.539777 - Package add: name=com.android.\
    frameworks.tests.net, uid=10092, nPerm=(NETWORK/NONE),\
    tPerm=INTERNET

After:
2022-06-17T12:45:00.430175 - Package remove: uid=10092,\
    nPerm=(NONE/NETWORK), tPerm=UNINSTALLED
2022-06-17T12:44:56.144445 - Package add: uid=10092,\
    nPerm=(NETWORK/NONE), tPerm=INTERNET

Bug: 235512126
Test: adb shell dumpsys connectivity to see the logs.
Change-Id: I9eb496a1b27575e6b5e84d289280a8e49d212020
1 file changed