/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 | 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 | 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 | 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 | 104 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in PersistAdSelectionResultRunner 219 sLogger.v( in run() 233 sLogger.v("Completed filtering."); in run() 280 sLogger.v("PersistAdSelectionResult fails fast with exception %s.", t.toString()); in run() 299 sLogger.e("Error while processing new messages for KAnon"); in makeKAnonSignJoin() 305 sLogger.v("KAnon Sign Join feature is disabled"); in makeKAnonSignJoin() 326 sLogger.e(err); in orchestratePersistAdSelectionResultRunner() 330 sLogger.v("Result is chaff, truncating persistAdSelectionResult"); in orchestratePersistAdSelectionResultRunner() 334 sLogger.e(err); in orchestratePersistAdSelectionResultRunner() 344 sLogger.e(err); in orchestratePersistAdSelectionResultRunner() [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()
|
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 | ImpressionReporter.java | 97 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in ImpressionReporter 229 sLogger.v("Executing reportImpression API"); in reportImpression() 239 sLogger.v("Starting filtering and validation."); in reportImpression() 260 sLogger.v("Completed filtering and validation."); in reportImpression() 297 sLogger.v("Notify success for caller"); in reportImpression() 299 sLogger.d("Perform reporting!"); in reportImpression() 307 sLogger.e(t, "Report Impression invocation failed!"); in reportImpression() 328 sLogger.v("Fetching ad selection entry ID %d", adSelectionId); in fetchReportingData() 354 sLogger.v("Computing reporting uris"); in computeReportingUris() 356 sLogger.v("DecisionLogicJs from db entry: " + computationData.getBuyerDecisionLogicJs()); in computeReportingUris() [all …]
|
/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 95 sLogger.v("Validating caller package name."); in filterRequest() 98 sLogger.v("Validating API is not throttled."); in filterRequest() 102 sLogger.v("Checking caller is in foreground."); in filterRequest() 106 sLogger.v("Checking ad tech is allowed to use FLEDGE."); in filterRequest() 111 sLogger.v("Validating caller package is in allow list."); in filterRequest() 115 sLogger.v("Validating per-app user consent."); in filterRequest() 154 sLogger.v("Validating caller package name."); in filterRequestAndExtractIdentifier() 157 sLogger.v("Validating API is not throttled."); in filterRequestAndExtractIdentifier() 161 sLogger.v("Checking caller is in foreground."); in filterRequestAndExtractIdentifier() [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 122 sLogger.v("Clearing expired signals older than %s", expirationInstant); in clearInvalidSignals() 126 sLogger.v("Cleared %d expired signals", numExpiredSignals); in clearInvalidSignals() 131 sLogger.v( in clearInvalidSignals() 135 sLogger.v("Clearing signals for disallowed buyer ad techs"); in clearInvalidSignals() 138 sLogger.v("Cleared %d signals for disallowed buyer ad techs", numDisallowedBuyerEvents); in clearInvalidSignals() 141 sLogger.v("Clearing signals for disallowed source apps"); in clearInvalidSignals() 145 sLogger.v("Cleared %d signals for disallowed source apps", numDisallowedSourceAppSignals); in clearInvalidSignals() 153 sLogger.v( in clearInvalidEncoders() 157 sLogger.v("Gathering buyers with consent revoked"); in clearInvalidEncoders() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/ |
D | CustomAudienceUpdatableDataReader.java | 51 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in CustomAudienceUpdatableDataReader 146 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, USER_BIDDING_SIGNALS_KEY); in getUserBiddingSignalsFromJsonObject() 159 sLogger.v(VALIDATED_FIELD_LOG_FORMAT, mResponseHash, USER_BIDDING_SIGNALS_KEY); in getUserBiddingSignalsFromJsonObject() 162 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, USER_BIDDING_SIGNALS_KEY); in getUserBiddingSignalsFromJsonObject() 178 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, TRUSTED_BIDDING_DATA_KEY); in getTrustedBiddingDataFromJsonObject() 209 sLogger.v( in getTrustedBiddingDataFromJsonObject() 232 sLogger.v(VALIDATED_FIELD_LOG_FORMAT, mResponseHash, TRUSTED_BIDDING_DATA_KEY); in getTrustedBiddingDataFromJsonObject() 235 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, TRUSTED_BIDDING_DATA_KEY); in getTrustedBiddingDataFromJsonObject() 251 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, ADS_KEY); in getAdsFromJsonObject() 298 sLogger.v( in getAdsFromJsonObject() [all …]
|
D | FetchCustomAudienceReader.java | 45 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in FetchCustomAudienceReader 119 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, NAME_KEY); in getNameFromJsonObject() 131 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, NAME_KEY); in getNameFromJsonObject() 147 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, ACTIVATION_TIME_KEY); in getActivationTimeFromJsonObject() 156 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, ACTIVATION_TIME_KEY); in getActivationTimeFromJsonObject() 172 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, EXPIRATION_TIME_KEY); in getExpirationTimeFromJsonObject() 180 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, EXPIRATION_TIME_KEY); in getExpirationTimeFromJsonObject() 196 sLogger.v(FIELD_FOUND_LOG_FORMAT, mResponseHash, DAILY_UPDATE_URI_KEY); in getDailyUpdateUriFromJsonObject() 210 sLogger.v(FIELD_NOT_FOUND_LOG_FORMAT, mResponseHash, DAILY_UPDATE_URI_KEY); in getDailyUpdateUriFromJsonObject() 226 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/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 …]
|
D | AdSelectionManager.java | 70 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in AdSelectionManager 279 sLogger.e(e, "Unable to find the AdSelection service."); in getAdSelectionData() 283 sLogger.e(e, "Failure of AdSelection service."); in getAdSelectionData() 368 sLogger.e(e, "Unable to find the AdSelection service."); in persistAdSelectionResult() 372 sLogger.e(e, "Failure of AdSelection service."); in persistAdSelectionResult() 472 sLogger.e(e, "Unable to find the AdSelection service."); in selectAds() 476 sLogger.e(e, "Failure of AdSelection service."); in selectAds() 587 sLogger.e(e, "Unable to find the AdSelection service."); in selectAds() 591 sLogger.e(e, "Failure of AdSelection service."); in selectAds() 712 sLogger.e(e, "Unable to find the AdSelection service."); in reportImpression() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/ |
D | EncoderPersistenceDao.java | 45 private static final LoggerFactory.Logger sLogger = LoggerFactory.getFledgeLogger(); field in EncoderPersistenceDao 149 sLogger.v("New Encoders directory creation succeeded"); in createEncodersDirectoryIfDoesNotExist() 151 sLogger.e("New Encoders directory creation failed"); in createEncodersDirectoryIfDoesNotExist() 154 sLogger.v("Encoders directory already exists at :" + encodersDir.getPath()); in createEncodersDirectoryIfDoesNotExist() 167 sLogger.v("New Encoder file creation succeeded"); in createFileInDirectory() 169 sLogger.e("New Encoder file creation failed"); in createFileInDirectory() 172 sLogger.e("Exception trying to create the file"); in createFileInDirectory() 175 sLogger.v("Encoder file already exists at :" + file.getPath()); in createFileInDirectory() 191 sLogger.e(String.format("Could not find file: %s", file.getName())); in writeDataToFile() 194 sLogger.e(String.format("Could not write to file: %s", file.getName())); in writeDataToFile() [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/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/ |
D | OnDevicePersonalizationBroadcastReceiver.java | 42 private static final LoggerFactory.Logger sLogger = LoggerFactory.getLogger(); field in OnDevicePersonalizationBroadcastReceiver 65 sLogger.e(TAG + ": enableService failed for " + context.getPackageName(), e); in enableReceiver() 74 sLogger.d(TAG + ": GlobalKillSwitch on, skipped broadcast."); in onReceive() 79 sLogger.d(TAG + ": Unsupported device, skipped broadcast."); in onReceive() 83 sLogger.d(TAG + ": onReceive() with intent + " + intent.getAction()); in onReceive() 86 sLogger.d(TAG + ": Received unexpected intent " + intent.getAction()); in onReceive() 96 sLogger.d(TAG + ": Successfully scheduled MDD tasks."); in onReceive() 101 sLogger.e(TAG + ": Failed to schedule MDD tasks.", t); in onReceive() 113 sLogger.d(TAG + ": ODP disabled or unsupported device"); in restoreOdpJobs()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/process/ |
D | OnDevicePersonalizationPlugin.java | 36 private static final LoggerFactory.Logger sLogger = LoggerFactory.getLogger(); field in OnDevicePersonalizationPlugin 53 sLogger.d(TAG + ": Executing plugin: " + input.toString()); in onExecute() 61 sLogger.e(TAG + ": className missing."); in onExecute() 68 sLogger.e(TAG + ": operation missing or invalid."); in onExecute() 76 sLogger.e(TAG + ": Missing service input."); in onExecute() 95 sLogger.e(TAG + ": Callback error.", e); in onExecute() 103 sLogger.e(TAG + ": Callback error.", e); in onExecute() 110 sLogger.e(TAG + ": Plugin failed. ", e); in onExecute() 119 sLogger.e(TAG + ": Callback error.", e); in sendErrorResult()
|