/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
D | LocalDrive.java | 93 private static final Logger sLogger = Logger.getLogger(LocalDrive.class.getName()); field in LocalDrive 97 Utils.setUpLogger(sLogger, DEBUG); in main() 113 List<String> connectedDevices = Utils.getDeviceSerials(sLogger); in main() 115 Utils.getDefaultDevice(sLogger), sLogger); in main() 120 if (!Utils.isAcceptableStatsd(sLogger, MIN_SDK, MIN_CODENAME, deviceSerial)) { in main() 121 sLogger.severe("LocalDrive only works with statsd versions for Android " in main() 150 sLogger.info(HELP_STRING); in printHelp() 169 sLogger.severe("No config file provided."); in updateConfig() 175 sLogger.severe("Error - Cannot find the provided config file: " + origConfigLocation); in updateConfig() 189 sLogger.severe("Invalid config id provided."); in updateConfig() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | AdFilteringLoggerImpl.java | 32 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in AdFilteringLoggerImpl 83 sLogger.v("%s starts.", this.getClass().getName()); in AdFilteringLoggerImpl() 94 sLogger.w("Ad filtering start timestamp already set"); in setAdFilteringStartTimestamp() 98 sLogger.v("Logged ad filtering start timestamp: %s", mAdFilteringStartTimestamp); in setAdFilteringStartTimestamp() 104 sLogger.w("Ad filtering end timestamp already set"); in setAdFilteringEndTimestamp() 108 sLogger.w("Ad filtering start timestamp is missing"); in setAdFilteringEndTimestamp() 112 sLogger.v("Logged ad filtering end timestamp: %s", mAdFilteringEndTimestamp); in setAdFilteringEndTimestamp() 118 sLogger.w("App install filtering start timestamp already set"); in setAppInstallStartTimestamp() 122 sLogger.v("Logged app install filtering start timestamp: %s", mAppInstallStartTimestamp); in setAppInstallStartTimestamp() 128 sLogger.w("App install filtering end timestamp already set"); in setAppInstallEndTimestamp() [all …]
|
D | SignatureVerificationLoggerImpl.java | 36 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in SignatureVerificationLoggerImpl 119 sLogger.v("SignatureVerificationLogger starts."); in SignatureVerificationLoggerImpl() 125 sLogger.w(REPEATED_START_SIGNATURE_VERIFICATION); in startSignatureVerification() 134 sLogger.w(MISSING_START_SIGNATURE_VERIFICATION); in endSignatureVerification() 138 sLogger.w(REPEATED_END_SIGNATURE_VERIFICATION); in endSignatureVerification() 147 sLogger.w(REPEATED_START_KEY_FETCH_FOR_SIGNATURE_VERIFICATION); in startKeyFetchForSignatureVerification() 156 sLogger.w(MISSING_START_KEY_FETCH_FOR_SIGNATURE_VERIFICATION); in endKeyFetchForSignatureVerification() 160 sLogger.w(REPEATED_END_KEY_FETCH_FOR_SIGNATURE_VERIFICATION); in endKeyFetchForSignatureVerification() 169 sLogger.w(REPEATED_START_SERIALIZATION_FOR_SIGNATURE_VERIFICATION); in startSerializationForSignatureVerification() 178 sLogger.w(MISSING_START_SERIALIZATION_FOR_SIGNATURE_VERIFICATION); in endSerializationForSignatureVerification() [all …]
|
D | AdSelectionExecutionLogger.java | 91 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in AdSelectionExecutionLogger 292 sLogger.v("AdSelectionExecutionLogger starts."); in AdSelectionExecutionLogger() 300 sLogger.v("Start the bidding process."); in startBiddingProcess() 303 sLogger.v("The bidding process start timestamp is %d", mBiddingStageStartTimestamp); in startBiddingProcess() 304 sLogger.v("With number of buyers requested: %d", mNumBuyersRequested); in startBiddingProcess() 315 sLogger.v("End the get-buyers-custom-audience process."); in endGetBuyersCustomAudience() 318 sLogger.v( in endGetBuyersCustomAudience() 334 sLogger.v("Starts the run-ad-bidding process."); in startRunAdBidding() 343 sLogger.v( in startRunAdBidding() 354 sLogger.v("End the BiddingProcess with resultCode %d.", resultCode); in endBiddingProcess() [all …]
|
D | SelectAdsFromOutcomesExecutionLoggerImpl.java | 44 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in SelectAdsFromOutcomesExecutionLoggerImpl 71 sLogger.v("SelectAdsFromOutcomesExecutionLoggerImpl starts."); in SelectAdsFromOutcomesExecutionLoggerImpl() 77 sLogger.v("Start logging the SelectAdsFromOutcomes script download process."); in startDownloadScriptTimestamp() 84 sLogger.v("End logging the SelectAdsFromOutcomes script download process."); in endDownloadScriptTimestamp() 87 sLogger.e( in endDownloadScriptTimestamp() 92 sLogger.e( in endDownloadScriptTimestamp() 104 sLogger.v("Start logging the SelectAdsFromOutcomes script execution process."); in startExecutionScriptTimestamp() 111 sLogger.v("End logging the SelectAdsFromOutcomes script execution process."); in endExecutionScriptTimestamp() 114 sLogger.e( in endExecutionScriptTimestamp() 120 sLogger.e( in endExecutionScriptTimestamp() [all …]
|
D | ServerAuctionKeyFetchExecutionLoggerImpl.java | 47 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in ServerAuctionKeyFetchExecutionLoggerImpl 77 sLogger.v("ServerAuctionKeyFetchExecutionLogger starts."); in ServerAuctionKeyFetchExecutionLoggerImpl() 83 sLogger.v("Start logging the network key fetch process."); in startNetworkCallTimestamp() 90 sLogger.v("Close BackgroundFetchExecutionLogger for database source."); in logServerAuctionKeyFetchCalledStatsFromDatabase() 92 sLogger.e(ILLEGAL_ENCRYPTION_KEY_SOURCE); in logServerAuctionKeyFetchCalledStatsFromDatabase() 95 sLogger.v("KeyFetch process has been logged into AdServicesLogger."); in logServerAuctionKeyFetchCalledStatsFromDatabase() 109 sLogger.v("Close BackgroundFetchExecutionLogger for network source."); in logServerAuctionKeyFetchCalledStatsFromNetwork() 111 sLogger.e(ILLEGAL_ENCRYPTION_KEY_SOURCE); in logServerAuctionKeyFetchCalledStatsFromNetwork() 115 sLogger.e(MISSING_SERVER_AUCTION_KEY_FETCH_PROCESS); in logServerAuctionKeyFetchCalledStatsFromNetwork() 119 sLogger.e(REPEATED_SERVER_AUCTION_KEY_FETCH_PROCESS); in logServerAuctionKeyFetchCalledStatsFromNetwork() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | PrebuiltLogicGenerator.java | 41 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in PrebuiltLogicGenerator 117 sLogger.v("Checking if URI %s is of prebuilt schema: %s", decisionUri, isPrebuilt); in isPrebuiltUri() 118 sLogger.v("Prebuilt enabled flag: %s", mFlags.getFledgeAdSelectionPrebuiltUriEnabled()); in isPrebuiltUri() 120 sLogger.e(PREBUILT_FEATURE_IS_DISABLED); in isPrebuiltUri() 137 sLogger.e(err); in jsScriptFromPrebuiltUri() 140 sLogger.v("Prebuilt enabled: %s", mFlags.getFledgeAdSelectionPrebuiltUriEnabled()); in jsScriptFromPrebuiltUri() 142 sLogger.e(PREBUILT_FEATURE_IS_DISABLED); in jsScriptFromPrebuiltUri() 145 sLogger.v("Generating JS for URI: %s", prebuiltUri); in jsScriptFromPrebuiltUri() 148 sLogger.v("Template found for URI %s:%n%s", prebuiltUri, jsTemplate); in jsScriptFromPrebuiltUri() 152 sLogger.v("Required parameters are calculated: %s", requiredParams); in jsScriptFromPrebuiltUri() [all …]
|
D | PersistAdSelectionResultRunner.java | 154 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in PersistAdSelectionResultRunner 285 sLogger.v( in run() 300 sLogger.v("Completed filtering."); in run() 350 sLogger.v("PersistAdSelectionResult fails fast with exception %s.", t.toString()); in run() 372 sLogger.e("Error while processing new messages for KAnon"); in makeKAnonSignJoin() 381 sLogger.v("KAnon Sign Join feature is disabled"); in makeKAnonSignJoin() 404 sLogger.e(err); in orchestratePersistAdSelectionResultRunner() 412 sLogger.v("Result is chaff, truncating persistAdSelectionResult"); in orchestratePersistAdSelectionResultRunner() 420 sLogger.e(err); in orchestratePersistAdSelectionResultRunner() 436 sLogger.e(err); in orchestratePersistAdSelectionResultRunner() [all …]
|
D | AdCounterHistogramUpdaterImpl.java | 42 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in AdCounterHistogramUpdaterImpl 87 sLogger.v("Winning ad has no associated custom audience signals"); in updateWinHistogram() 93 sLogger.v("Winning ad has no associated ad counter keys to update histogram"); in updateWinHistogram() 106 sLogger.v("Inserting %d histogram events", dbAdSelection.getAdCounterIntKeys().size()); in updateWinHistogram() 129 sLogger.v("Winning ad has no associated ad counter keys to update histogram"); in updateWinHistogram() 142 sLogger.v("Inserting %d histogram events", adCounterKeys.size()); in updateWinHistogram() 169 sLogger.v("Should use unified tables flag is on, reading only from new tables."); in updateNonWinHistogram() 174 sLogger.v("Reading from legacy tables."); in updateNonWinHistogram() 179 sLogger.v("Server auction is enabled, reading from all tables."); in updateNonWinHistogram() 186 sLogger.v( in updateNonWinHistogram() [all …]
|
D | AuctionServerCustomAudienceFilterer.java | 28 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in AuctionServerCustomAudienceFilterer 32 sLogger.v( in isValidCustomAudienceForServerSideAuction() 37 sLogger.v( in isValidCustomAudienceForServerSideAuction() 45 sLogger.v( in isValidCustomAudienceForServerSideAuction() 53 sLogger.v( in isValidCustomAudienceForServerSideAuction() 61 sLogger.v( in isValidCustomAudienceForServerSideAuction() 68 sLogger.v("Custom Audience %s is eligible for Server Auction", dbCustomAudience.getName()); in isValidCustomAudienceForServerSideAuction()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/ |
D | FledgeMaintenanceTasksWorker.java | 49 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in FledgeMaintenanceTasksWorker 126 sLogger.v("Clearing expired Ad Selection data"); in clearExpiredAdSelectionData() 129 sLogger.v("Clearing expired Buyer Decision Logic data "); in clearExpiredAdSelectionData() 135 sLogger.v("Clearing expired Registered Ad Interaction data "); in clearExpiredAdSelectionData() 145 sLogger.v("Clearing expired Registered Ad Interaction data "); in clearExpiredAdSelectionData() 151 sLogger.v("Clearing expired Ad Selection Initialization data"); in clearExpiredAdSelectionData() 156 sLogger.v("Clearing expired Registered Ad Interaction data from unified table "); in clearExpiredAdSelectionData() 161 sLogger.v("Clearing expired Encryption Context"); in clearExpiredAdSelectionData() 166 sLogger.v("Clearing expired debug reports "); in clearExpiredAdSelectionData() 190 sLogger.v( in clearInvalidFrequencyCapHistogramData() [all …]
|
D | CustomAudienceServiceFilter.java | 40 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in CustomAudienceServiceFilter 97 sLogger.v("Validating caller package name."); in filterRequest() 100 sLogger.v("Validating API is not throttled."); in filterRequest() 104 sLogger.v("Checking caller is in foreground."); in filterRequest() 110 sLogger.v("Checking ad tech is allowed to use FLEDGE."); in filterRequest() 115 sLogger.v("Validating caller package is in allow list."); in filterRequest() 119 sLogger.v("Validating per-app user consent."); in filterRequest() 160 sLogger.v("Validating caller package name."); in filterRequestAndExtractIdentifier() 163 sLogger.v("Validating API is not throttled."); in filterRequestAndExtractIdentifier() 167 sLogger.v("Checking caller is in foreground."); in filterRequestAndExtractIdentifier() [all …]
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/errors/ |
D | OnDevicePersonalizationAggregatedErrorDataDao.java | 50 private static final LoggerFactory.Logger sLogger = LoggerFactory.getLogger(); field in OnDevicePersonalizationAggregatedErrorDataDao 89 sLogger.d(TAG + ": no tables found to delete"); in cleanupErrorData() 97 sLogger.d( in cleanupErrorData() 111 sLogger.e(TAG + ": failed to get the db while deleting exception data."); in cleanupErrorData() 119 sLogger.d(TAG + ": skipping deletion for " + tableName); in cleanupErrorData() 127 sLogger.e(TAG + ": Failed to delete exception data.", e); in cleanupErrorData() 141 sLogger.e(TAG + ": failed to get cert digest for " + packageName); in getCertDigest() 184 sLogger.e(TAG + ": Unable to find package " + owner.getPackageName(), nne); in getPackageVersion() 198 sLogger.e(TAG + ": failed to get the db while deleting exception data."); in deleteExceptionData() 205 sLogger.d(TAG + ": zero records deleted for " + mOwner); in deleteExceptionData() [all …]
|
D | AggregatedErrorReportingWorker.java | 76 private static final LoggerFactory.Logger sLogger = LoggerFactory.getLogger(); field in AggregatedErrorReportingWorker 140 sLogger.e(TAG + ": aggregate reporting is already ongoing."); in reportAggregateErrors() 153 sLogger.d( in reportAggregateErrors() 180 sLogger.d(TAG, "No existing error reporting metadata found"); 189 sLogger.d(TAG, "Reporting interval not satisfied, skipping reporting"); 199 sLogger.d(TAG + ": updating the error reporting metadata with current time " + currentTime); 211 sLogger.d(TAG + ": beginning aggregate error reporting."); 217 sLogger.d(TAG + ": No odp services installed on device, skipping reporting"); 227 sLogger.d( 237 sLogger.d( [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/ |
D | CustomAudienceUpdatableDataReader.java | 54 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in CustomAudienceUpdatableDataReader 165 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, USER_BIDDING_SIGNALS_KEY); in getUserBiddingSignalsFromJsonObject() 178 sLogger.v(VALIDATED_FIELD_LOG_FORMAT, mResponseHash, USER_BIDDING_SIGNALS_KEY); in getUserBiddingSignalsFromJsonObject() 181 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, USER_BIDDING_SIGNALS_KEY); in getUserBiddingSignalsFromJsonObject() 197 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, TRUSTED_BIDDING_DATA_KEY); in getTrustedBiddingDataFromJsonObject() 228 sLogger.v( in getTrustedBiddingDataFromJsonObject() 251 sLogger.v(VALIDATED_FIELD_LOG_FORMAT, mResponseHash, TRUSTED_BIDDING_DATA_KEY); in getTrustedBiddingDataFromJsonObject() 254 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, TRUSTED_BIDDING_DATA_KEY); in getTrustedBiddingDataFromJsonObject() 270 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, ADS_KEY); in getAdsFromJsonObject() 317 sLogger.v( in getAdsFromJsonObject() [all …]
|
D | AdditionalScheduleRequestsEnabledStrategyHelper.java | 54 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in AdditionalScheduleRequestsEnabledStrategyHelper 113 sLogger.e(e, "Cannot convert schedule request json to DBScheduledCustomAudienceUpdate"); in validateAndConvertScheduleRequest() 126 sLogger.d(e, "There are no schedule requests in the request"); in extractScheduleRequestsFromResponse() 136 sLogger.e(e, "Invalid Schedule Request object, skipping"); in extractScheduleRequestsFromResponse() 140 sLogger.v( in extractScheduleRequestsFromResponse() 152 sLogger.d(e, "There are no partial custom audiences in the request"); in extractPartialCustomAudiencesFromRequest() 161 sLogger.e( in extractPartialCustomAudiencesFromRequest() 167 sLogger.d( in extractPartialCustomAudiencesFromRequest() 180 sLogger.e(e, "There are no custom audiences to leave in the request"); in extractCustomAudiencesToLeaveFromRequest() 191 sLogger.e( in extractCustomAudiencesToLeaveFromRequest() [all …]
|
D | FetchCustomAudienceReader.java | 45 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in FetchCustomAudienceReader 125 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, NAME_KEY); in getNameFromJsonObject() 137 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, NAME_KEY); in getNameFromJsonObject() 153 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, ACTIVATION_TIME_KEY); in getActivationTimeFromJsonObject() 162 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, ACTIVATION_TIME_KEY); in getActivationTimeFromJsonObject() 178 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, EXPIRATION_TIME_KEY); in getExpirationTimeFromJsonObject() 186 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, EXPIRATION_TIME_KEY); in getExpirationTimeFromJsonObject() 202 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, DAILY_UPDATE_URI_KEY); in getDailyUpdateUriFromJsonObject() 216 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, DAILY_UPDATE_URI_KEY); in getDailyUpdateUriFromJsonObject() 232 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, BIDDING_LOGIC_URI_KEY); in getBiddingLogicUriFromJsonObject() [all …]
|
D | BackgroundFetchRunner.java | 53 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in BackgroundFetchRunner 97 sLogger.d("Starting expired custom audience garbage collection"); in deleteExpiredCustomAudiences() 100 sLogger.d("Deleted %d expired custom audiences", numCustomAudiencesDeleted); in deleteExpiredCustomAudiences() 110 sLogger.d("Starting custom audience disallowed owner garbage collection"); in deleteDisallowedOwnerCustomAudiences() 114 sLogger.d( in deleteDisallowedOwnerCustomAudiences() 123 sLogger.d("Starting app install disallowed package garbage collection"); in deleteDisallowedPackageAppInstallEntries() 125 sLogger.d("Deleted %d app install entries", numDeleted); in deleteDisallowedPackageAppInstallEntries() 134 sLogger.d("Starting custom audience disallowed buyer garbage collection"); in deleteDisallowedBuyerCustomAudiences() 138 sLogger.d( in deleteDisallowedBuyerCustomAudiences() 194 sLogger.d( in updateCustomAudience() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/ |
D | SignalsMaintenanceTasksWorker.java | 44 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in SignalsMaintenanceTasksWorker 124 sLogger.v("Clearing expired signals older than %s", expirationInstant); in clearInvalidSignals() 128 sLogger.v("Cleared %d expired signals", numExpiredSignals); in clearInvalidSignals() 133 sLogger.v( in clearInvalidSignals() 137 sLogger.v("Clearing signals for disallowed buyer ad techs"); in clearInvalidSignals() 140 sLogger.v("Cleared %d signals for disallowed buyer ad techs", numDisallowedBuyerEvents); in clearInvalidSignals() 143 sLogger.v("Clearing signals for disallowed source apps"); in clearInvalidSignals() 147 sLogger.v("Cleared %d signals for disallowed source apps", numDisallowedSourceAppSignals); in clearInvalidSignals() 155 sLogger.v( in clearInvalidEncoders() 159 sLogger.v("Gathering buyers with consent revoked"); in clearInvalidEncoders() [all …]
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | TestAdSelectionManager.java | 47 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in TestAdSelectionManager 109 sLogger.e(e, "Unable to find the AdSelection service."); in overrideAdSelectionConfigRemoteInfo() 113 sLogger.e(e, "Exception"); in overrideAdSelectionConfigRemoteInfo() 165 sLogger.e(e, "Unable to find the AdSelection service."); in removeAdSelectionConfigRemoteInfoOverride() 169 sLogger.e(e, "Exception"); in removeAdSelectionConfigRemoteInfoOverride() 216 sLogger.e(e, "Unable to find the AdSelection service."); in resetAllAdSelectionConfigRemoteOverrides() 220 sLogger.e(e, "Exception"); in resetAllAdSelectionConfigRemoteOverrides() 275 sLogger.e(e, "Unable to find the AdSelection service."); in overrideAdSelectionFromOutcomesConfigRemoteInfo() 279 sLogger.e(e, "Exception"); in overrideAdSelectionFromOutcomesConfigRemoteInfo() 331 sLogger.e(e, "Unable to find the AdSelection service."); in removeAdSelectionFromOutcomesConfigRemoteInfoOverride() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/encryptionkey/ |
D | EncryptionKeyDao.java | 46 private static final LoggerFactory.Logger sLogger = LoggerFactory.getLogger(); field in EncryptionKeyDao 92 sLogger.i("No EncryptionKey in DB with enrollment id: %s.", enrollmentId); in getEncryptionKeyFromEnrollmentId() 96 sLogger.i("Found %s keys for enrollment id %s.", cursor.getCount(), enrollmentId); in getEncryptionKeyFromEnrollmentId() 106 sLogger.e(e, "Failed to find EncryptionKey in DB with enrollment id: " + enrollmentId); in getEncryptionKeyFromEnrollmentId() 135 sLogger.i("No EncryptionKey in DB with enrollment id: %s.", enrollmentId); in getEncryptionKeyFromEnrollmentIdAndKeyType() 139 sLogger.i( in getEncryptionKeyFromEnrollmentIdAndKeyType() 151 sLogger.e(e, "Failed to find EncryptionKey in DB with enrollment id:" + enrollmentId); in getEncryptionKeyFromEnrollmentIdAndKeyType() 180 sLogger.i( in getEncryptionKeyFromEnrollmentIdAndKeyCommitmentId() 192 sLogger.e( in getEncryptionKeyFromEnrollmentIdAndKeyCommitmentId() 223 sLogger.i( in getEncryptionKeyFromReportingOrigin() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/signature/ |
D | ProtectedAudienceSignatureManager.java | 46 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in ProtectedAudienceSignatureManager 115 sLogger.v("Received %s keys", publicKeys.size()); in isVerified() 118 sLogger.v("Serialized contextual ads object"); in isVerified() 124 sLogger.v( in isVerified() 132 sLogger.v( in isVerified() 136 sLogger.v("All keys are exhausted and signature is not verified!"); in isVerified() 140 sLogger.v("Unknown error during signature verification: %s", e); in isVerified() 152 sLogger.v("Enrollment check is disabled, returning the default key"); in fetchPublicKeyForAdTech() 160 sLogger.v("Fetching EnrollmentData for %s", adTech); in fetchPublicKeyForAdTech() 165 sLogger.v("Enrollment data or id is not found for ad tech: %s", adTech); in fetchPublicKeyForAdTech() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/ |
D | KAnonSignJoinManager.java | 40 private static final LoggerFactory.Logger sLogger = LoggerFactory.getKAnonLogger(); field in KAnonSignJoinManager 78 sLogger.v( in filterRequest() 89 sLogger.v("Message not found in the database, message should be processed"); in filterRequest() 99 sLogger.v( in filterRequest() 107 sLogger.v( in filterRequest() 112 sLogger.v( in filterRequest() 140 sLogger.e("Error while scheduling KAnon background job service:" + t.getMessage()); in processNewMessages() 150 sLogger.v("Processing message immediately from persist ad selection result API"); in processNewMessages() 154 sLogger.v("Message will be picked up later by the background process"); in processNewMessages() 172 sLogger.v("Processing " + messageEntities.size() + " messages from database"); in processMessagesFromDatabase()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/ |
D | EncoderPersistenceDao.java | 48 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in EncoderPersistenceDao 153 sLogger.v("New Encoders directory creation succeeded at: `" + encodersDir + "`"); in createEncodersDirectoryIfDoesNotExist() 155 sLogger.e("New Encoders directory creation failed"); in createEncodersDirectoryIfDoesNotExist() 158 sLogger.v("Encoders directory already exists at :" + encodersDir.getPath()); in createEncodersDirectoryIfDoesNotExist() 171 sLogger.v("New Encoder file creation succeeded"); in createFileInDirectory() 173 sLogger.e("New Encoder file creation failed"); in createFileInDirectory() 176 sLogger.e("Exception trying to create the file"); in createFileInDirectory() 179 sLogger.v("Encoder file already exists at :" + file.getPath()); in createFileInDirectory() 195 sLogger.e(String.format("Could not find file: %s", file.getName())); in writeDataToFile() 198 sLogger.e(String.format("Could not write to file: %s", file.getName())); in writeDataToFile() [all …]
|
/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/ |
D | BaseOdpParceledListSlice.java | 41 private static final LoggerFactory.Logger sLogger = LoggerFactory.getLogger(); field in BaseOdpParceledListSlice 58 if (DEBUG) sLogger.d(TAG + ": Retrieving " + numItems + " items"); in BaseOdpParceledListSlice() 81 if (DEBUG) sLogger.d(TAG + ": Read inline #" + i + ": " + mList.get(mList.size() - 1)); in BaseOdpParceledListSlice() 90 sLogger.d(TAG in BaseOdpParceledListSlice() 99 sLogger.w(e, TAG + ": Failure retrieving array; only received " + i + " of " in BaseOdpParceledListSlice() 110 sLogger.d(TAG + ": Read extra #" + i + ": " + mList.get(mList.size() - 1)); in BaseOdpParceledListSlice() 158 if (DEBUG) sLogger.d(TAG + ": Writing " + numItems + " items"); in writeToParcel() 170 if (DEBUG) sLogger.d(TAG + ": Wrote inline #" + i + ": " + mList.get(i)); in writeToParcel() 183 if (DEBUG) sLogger.d(TAG + ": Writing more @" + i + " of " + numItems); in writeToParcel() 192 sLogger.d(TAG + ": Wrote extra #" + i + ": " + mList.get(i)); in writeToParcel() [all …]
|