diff options
author | Michael Groover <mpgroover@google.com> | 2020-03-27 16:39:44 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-27 16:39:44 +0000 |
commit | 01be396381b01b1e4eaf5fe28b74756c1c6fefcf (patch) | |
tree | 4bd55323a61e5caa52b642c034987629545ce92b /telephony/common/com | |
parent | 0fd2ee2cfa5b1b489e7069613d5105faa2460703 (diff) | |
parent | f17894f341a4a29d791901d37e396db6a02dabb2 (diff) |
Merge "Clean up device identifier access logging" into rvc-dev
Diffstat (limited to 'telephony/common/com')
-rw-r--r-- | telephony/common/com/android/internal/telephony/TelephonyPermissions.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/common/com/android/internal/telephony/TelephonyPermissions.java b/telephony/common/com/android/internal/telephony/TelephonyPermissions.java index 7e02966779a2..1a38a42873b7 100644 --- a/telephony/common/com/android/internal/telephony/TelephonyPermissions.java +++ b/telephony/common/com/android/internal/telephony/TelephonyPermissions.java @@ -361,7 +361,8 @@ public final class TelephonyPermissions { TelephonyCommonStatsLog.write(TelephonyCommonStatsLog.DEVICE_IDENTIFIER_ACCESS_DENIED, callingPackage, message, /* isPreinstalled= */ false, false); } - Log.w(LOG_TAG, "reportAccessDeniedToReadIdentifiers:" + callingPackage + ":" + message); + Log.w(LOG_TAG, "reportAccessDeniedToReadIdentifiers:" + callingPackage + ":" + message + ":" + + subId); // if the target SDK is pre-Q then check if the calling package would have previously // had access to device identifiers. if (callingPackageInfo != null && ( |