/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
H A D | SoundPoolTest.java | 39 private static final String LOG_TAG = "SoundPoolTest"; field in SoundPoolTest 168 if (DEBUG) Log.d(LOG_TAG, "End scale test"); in TestScales() 181 Log.e(LOG_TAG, "Test failed - exiting"); in TestRates() 193 if (DEBUG) Log.d(LOG_TAG, "End rate test"); in TestRates() 238 Log.i(LOG_TAG, "Stopping normal priority"); in TestPriority() 289 if (DEBUG) Log.d(LOG_TAG, "autoPause"); in TestPauseResume() 377 Log.i(LOG_TAG, "All tests passed"); in run() 384 if (DEBUG) Log.d(LOG_TAG, "interrupt"); in quit() 391 if (DEBUG) Log.d(LOG_TAG, "quit"); in quit() 402 Log.v(LOG_TAG, "onPause"); in onPause() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionManagerServiceLoggingDecorator.java | 41 private static final String LOG_TAG = field in PermissionManagerServiceLoggingDecorator 223 Log.i(LOG_TAG, "getSplitPermissions()"); in getSplitPermissions() 259 Log.i(LOG_TAG, "getAllAppOpPermissionPackages()"); in getAllAppOpPermissionPackages() 284 Log.i(LOG_TAG, "readLegacyPermissionStateTEMP()"); in readLegacyPermissionStateTEMP() 290 Log.i(LOG_TAG, "writeLegacyPermissionStateTEMP()"); in writeLegacyPermissionStateTEMP() 349 Log.i(LOG_TAG, "getLegacyPermissions()"); in getLegacyPermissions() 378 Log.i(LOG_TAG, "onSystemReady()"); in onSystemReady() 392 Log.i(LOG_TAG, "getGidsForUid(uid = " + uid + ")"); in getGidsForUid() 398 Log.i(LOG_TAG, "onUserCreated(userId = " + userId + ")"); in onUserCreated() 404 Log.i(LOG_TAG, "onUserRemoved(userId = " + userId + ")"); in onUserRemoved() [all …]
|
H A D | OneTimePermissionUserManager.java | 70 Log.d(LOG_TAG, "Removing the inactivity listener for " + uid); 100 Log.e(LOG_TAG, "Unknown package name " + packageName, e); in startPackageOneTimeSession() 127 Log.e(LOG_TAG, "Unknown package name " + packageName, e); in stopPackageOneTimeSession() 196 Log.i(LOG_TAG, in PackageInactivityListener() 215 Log.e(LOG_TAG, "Couldn't check uid proc state", e); in PackageInactivityListener() 234 Log.v(LOG_TAG, in updateSessionParameters() 294 Log.d(LOG_TAG, "Start the timer for " in updateUidState() 317 Log.e(LOG_TAG, "Unable to unregister uid observer.", e); in cancel() 368 Log.d(LOG_TAG, "onPackageInactiveLocked stack trace for " in onPackageInactiveLocked() 375 Log.i(LOG_TAG, "One time session expired for " in onPackageInactiveLocked() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsCheckingServiceLoggingDecorator.java | 32 private static final String LOG_TAG = field in AppOpsCheckingServiceLoggingDecorator 44 Log.i(LOG_TAG, "writeState()"); in writeState() 50 Log.i(LOG_TAG, "readState()"); in readState() 56 Log.i(LOG_TAG, "shutdown()"); in shutdown() 62 Log.i(LOG_TAG, "systemReady()"); in systemReady() 68 Log.i(LOG_TAG, "getNonDefaultUidModes(uid = " + uid + ")"); in getNonDefaultUidModes() 74 Log.i(LOG_TAG, "getNonDefaultPackageModes(" in getNonDefaultPackageModes() 113 Log.i(LOG_TAG, "removeUid(uid = " + uid + ")"); in removeUid() 119 Log.i(LOG_TAG, "areUidModesDefault(uid = " + uid + ")"); in areUidModesDefault() 132 Log.i(LOG_TAG, "clearAllModes()"); in clearAllModes() [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | LogTest.java | 30 private static final String LOG_TAG = "LogTest"; field in LogTest 139 SystemProperties.set(LOG_TAG, "VERBOSE"); in setUp() 154 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 155 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 156 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 157 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 158 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 159 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 160 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 161 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() [all …]
|
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
H A D | ConnectionUtil.java | 55 private static final String LOG_TAG = "ConnectionUtil"; field in ConnectionUtil 133 Log.v(LOG_TAG, "Clear Wifi before we start the test."); in wifiTestInit() 191 Log.v(LOG_TAG, "Scan results are available"); in onReceive() 312 Log.v(LOG_TAG, "notify network connectivity changed"); in notifyNetworkConnectivityChange() 332 Log.v(LOG_TAG, "notify wifi state changed."); in notifyWifiState() 352 Log.v(LOG_TAG, "notify wifi AP state changed."); in notifyWifiAPState() 423 Log.v(LOG_TAG, "Successfully downloaded file!"); in downloadSuccessful() 558 Log.v(LOG_TAG, "Wifi is not enabled, enable it"); in connectToWifiWithConfiguration() 576 Log.v(LOG_TAG, "Retry: " + retry); in connectToWifiWithConfiguration() 739 Log.e(LOG_TAG, "Ping test Failed: Unknown Host"); in hasData() [all …]
|
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | QueryController.java | 33 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG); 147 Log.d(LOG_TAG, "Searching: " + selector); in findAccessibilityNodeInfo() 243 Log.i(LOG_TAG, String.format( in translateCompoundSelector() 296 Log.d(LOG_TAG, formatLog(String.format("%s", in findNodeRegularRecursive() 329 Log.w(LOG_TAG, String.format( in findNodeRegularRecursive() 339 Log.v(LOG_TAG, in findNodeRegularRecursive() 410 Log.d(LOG_TAG, formatLog( in findNodePatternRecursive() 415 Log.d(LOG_TAG, formatLog( in findNodePatternRecursive() 430 Log.d(LOG_TAG, formatLog( in findNodePatternRecursive() 459 Log.w(LOG_TAG, String.format( in findNodePatternRecursive() [all …]
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | HbpcdUtils.java | 31 private static final String LOG_TAG = "HbpcdUtils"; field in HbpcdUtils 61 Log.d(LOG_TAG, "Query Unresolved arbitrary returned the cursor " + c2); in getMcc() 66 Log.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc); in getMcc() 90 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3); in getMcc() 118 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5); in getMcc() 127 if (DBG) Log.d(LOG_TAG, "SID NOT found in mcc_sid_range."); in getMcc() 129 if (DBG) Log.d(LOG_TAG, "Exit getMccByOtherFactors. Return tmpMcc = " + tmpMcc); in getMcc() 138 if (DBG) Log.d(LOG_TAG, "Enter getHbpcdInfoByMCC."); in getIddByMcc() 148 if (DBG) Log.d(LOG_TAG, "Query Idd returned the cursor " + cur); in getIddByMcc() 153 if (DBG) Log.d(LOG_TAG, "IDD = " + idd); in getIddByMcc() [all …]
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
H A D | DownloadManagerTestApp.java | 38 protected static String LOG_TAG = field in DownloadManagerTestApp 203 Log.i(LOG_TAG, "error: " + e.toString()); in verifyFileDownloadSucceeded() 312 Log.i(LOG_TAG, "Turning off WiFi..."); in runDownloadMultipleSwitching() 317 Log.i(LOG_TAG, "Turning on WiFi..."); in runDownloadMultipleSwitching() 324 Log.i(LOG_TAG, "Cleaning up files..."); in runDownloadMultipleSwitching() 369 Log.i(LOG_TAG, "Turning off WiFi..."); in runDownloadMultipleWiFiEnableDisable() 374 Log.i(LOG_TAG, "Turning on WiFi again..."); in runDownloadMultipleWiFiEnableDisable() 379 Log.i(LOG_TAG, "Turning off WiFi..."); in runDownloadMultipleWiFiEnableDisable() 384 Log.i(LOG_TAG, "Turning on WiFi again..."); in runDownloadMultipleWiFiEnableDisable() 392 Log.i(LOG_TAG, "Cleaning up files..."); in runDownloadMultipleWiFiEnableDisable() [all …]
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | PolicyVersionUpgrader.java | 55 private static final String LOG_TAG = "DevicePolicyManager"; field in PolicyVersionUpgrader 150 Slog.i(LOG_TAG, String.format( in upgradeSensorPermissionsAccess() 171 Slog.e(LOG_TAG, "No policy data for do user"); in upgradeProtectedPackages() 178 Slog.i(LOG_TAG, "Found protected packages in Owners"); in upgradeProtectedPackages() 182 Slog.i(LOG_TAG, "Found protected packages in DevicePolicyData"); in upgradeProtectedPackages() 189 Slog.e(LOG_TAG, "DO admin not found in DO user"); in upgradeProtectedPackages() 243 Slog.i(LOG_TAG, "Keep profile running effective state set to false"); in initializeEffectiveKeepProfilesRunning() 321 Slog.v(LOG_TAG, "Loading version from " + file); in readVersion() 328 Slog.e(LOG_TAG, "Error reading version", e); in readVersion() 338 Slog.v(LOG_TAG, String.format("Writing new version to: %s", file)); in writeVersion() [all …]
|
/aosp14/frameworks/base/services/print/java/com/android/server/print/ |
H A D | RemotePrintSpooler.java | 70 private static final String LOG_TAG = "RemotePrintSpooler"; field in RemotePrintSpooler 173 Slog.e(LOG_TAG, "Error getting print jobs.", e); in getPrintJobInfos() 195 Slog.e(LOG_TAG, "Error creating print job.", e); in createPrintJob() 216 Slog.e(LOG_TAG, "Error writing print job data.", e); in writePrintJobData() 241 Slog.e(LOG_TAG, "Error getting print job info.", e); in getPrintJobInfo() 293 Slog.e(LOG_TAG, "Error setting progress.", re); in setProgress() 320 Slog.e(LOG_TAG, "Error setting status.", e); in setStatus() 349 Slog.e(LOG_TAG, "Error setting status.", e); in setStatus() 382 Slog.i(LOG_TAG, in onCustomPrinterIconLoaded() 415 Slog.i(LOG_TAG, in getCustomPrinterIcon() [all …]
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityCache.java | 132 Log.i(LOG_TAG, "Cache is disabled"); in setWindowsOnAllDisplays() 137 Log.i(LOG_TAG, "Set windows"); in setWindowsOnAllDisplays() 176 Log.i(LOG_TAG, "Cache is disabled"); in addWindow() 211 Log.i(LOG_TAG, "Cache is disabled"); in onAccessibilityEvent() 305 Log.i(LOG_TAG, "Removing cached node."); in removeCachedNodeLocked() 332 Log.i(LOG_TAG, "Cache is disabled"); in getNode() 363 Log.i(LOG_TAG, "Cache is disabled"); in isNodeInCache() 385 Log.i(LOG_TAG, "Cache is disabled"); in getWindowsOnAllDisplays() 482 Log.i(LOG_TAG, "add(" + info + ")"); in add() 554 Log.i(LOG_TAG, "clear()"); in clear() [all …]
|
/aosp14/frameworks/base/core/java/android/print/ |
H A D | PrinterDiscoverySession.java | 41 private static final String LOG_TAG ="PrinterDiscoverySession"; field in PrinterDiscoverySession 73 Log.e(LOG_TAG, "Error creating printer discovery session", re); in PrinterDiscoverySession() 87 Log.e(LOG_TAG, "Error starting printer discovery", re); in startPrinterDiscovery() 102 Log.e(LOG_TAG, "Error stopping printer discovery", re); in stopPrinterDiscovery() 115 Log.e(LOG_TAG, "Error starting printer state tracking", re); in startPrinterStateTracking() 127 Log.e(LOG_TAG, "Error stopping printer state tracking", re); in stopPrinterStateTracking() 133 Log.w(LOG_TAG, "Ignoring validate printers - session destroyed"); in validatePrinters() 139 Log.e(LOG_TAG, "Error validating printers", re); in validatePrinters() 145 Log.w(LOG_TAG, "Ignoring destroy - session destroyed"); in destroy() 152 Log.w(LOG_TAG, "Ignoring get printers - session destroyed"); in getPrinters() [all …]
|
H A D | PrintManager.java | 114 private static final String LOG_TAG = "PrintManager"; field in PrintManager 879 Log.e(LOG_TAG, "Error notifying for layout start", re); in layout() 913 Log.e(LOG_TAG, "Error notifying for write start", re); in write() 1056 Log.i(LOG_TAG, "onStart()"); in handleMessage() 1080 Log.i(LOG_TAG, builder.toString()); in handleMessage() 1101 Log.i(LOG_TAG, builder.toString()); in handleMessage() 1109 Log.i(LOG_TAG, "onFinish()"); in handleMessage() 1123 Log.i(LOG_TAG, "onKill()"); in handleMessage() 1201 Log.e(LOG_TAG, "Error calling onLayoutFailed", re); in onLayoutFailed() 1225 Log.e(LOG_TAG, "Error calling onLayoutFailed", re); in onLayoutCancelled() [all …]
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | UiAutomation.java | 370 if (DEBUG) Log.d(LOG_TAG, "already connecting"); in connectWithTimeout() 373 if (DEBUG) Log.d(LOG_TAG, "setting state to CONNECTING"); in connectWithTimeout() 887 Log.e(LOG_TAG, "Error while injecting input event!", re); in injectInputEvent() 1240 Log.e(LOG_TAG, "Error while taking screenshot!", re); in takeScreenshot() 1498 Log.i(LOG_TAG, "Revoking runtime permission"); in revokeRuntimePermissionAsUser() 1536 Log.e(LOG_TAG, "Error executing shell command!", ioe); in executeShellCommand() 1538 Log.e(LOG_TAG, "Error executing shell command!", re); in executeShellCommand() 1623 Log.e(LOG_TAG, "Error executing shell command!", ioe); in executeShellCommandInternal() 1625 Log.e(LOG_TAG, "Error executing shell command!", re); in executeShellCommandInternal() 1672 Log.w(LOG_TAG, "UiAutomation.grantRuntimePermission() " in warnIfBetterCommand() [all …]
|
/aosp14/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | ReceiverService.java | 31 private static final String LOG_TAG = "WAP PUSH"; field in ReceiverService 36 Log.d(LOG_TAG, "Receiver service created"); in onCreate() 46 Log.d(LOG_TAG, "Receiver service started"); in onStartCommand() 53 Log.d(LOG_TAG, "header:"); in onStartCommand() 54 Log.d(LOG_TAG, HexDump.dumpHexString(header)); in onStartCommand() 55 Log.d(LOG_TAG, "body:"); in onStartCommand() 56 Log.d(LOG_TAG, HexDump.dumpHexString(body)); in onStartCommand()
|
H A D | DrmReceiver.java | 31 private static final String LOG_TAG = "WAP PUSH"; field in DrmReceiver 35 Log.d(LOG_TAG, "DrmReceiver received."); in onReceive() 43 Log.d(LOG_TAG, "header:"); in onReceive() 44 Log.d(LOG_TAG, HexDump.dumpHexString(header)); in onReceive() 45 Log.d(LOG_TAG, "body:"); in onReceive() 46 Log.d(LOG_TAG, HexDump.dumpHexString(body)); in onReceive()
|
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | MbmsDownloadReceiver.java | 131 private static final String LOG_TAG = "MbmsDownloadReceiver"; field in MbmsDownloadReceiver 242 Log.i(LOG_TAG, "Malformed app notification intent"); in moveDownloadedFile() 253 Log.i(LOG_TAG, "Download request indicated a failed download. Aborting."); in moveDownloadedFile() 278 Log.w(LOG_TAG, "Failed to move temp file to final destination"); in moveDownloadedFile() 293 Log.w(LOG_TAG, "Intent does not include a DownloadRequest. Ignoring."); in cleanupPostMove() 324 Log.i(LOG_TAG, "No temp files actually requested. Ending."); in generateTempFiles() 356 Log.w(LOG_TAG, "Failed to generate a temp file. Moving on."); in generateFreshTempFiles() 402 Log.w(LOG_TAG, "Supplied file " + fileUri + " does not exist."); in generateUrisForPausedFiles() 453 Log.w(LOG_TAG, "Downloaded file location uri " + fromPath + in moveToFinalLocation() 502 Log.w(LOG_TAG, "Uri " + filePath + " does not have a file scheme"); in verifyTempFilePath() [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsUtListener.java | 69 private static final String LOG_TAG = "ImsUtListener"; field in ImsUtListener 75 Log.w(LOG_TAG, "utConfigurationUpdated: remote exception"); in onUtConfigurationUpdated() 83 Log.w(LOG_TAG, "utConfigurationUpdateFailed: remote exception"); in onUtConfigurationUpdateFailed() 107 Log.w(LOG_TAG, "utConfigurationQueried: remote exception"); in onUtConfigurationQueried() 139 Log.w(LOG_TAG, "utConfigurationQueryFailed: remote exception"); in onUtConfigurationQueryFailed() 147 Log.w(LOG_TAG, "utConfigurationCallBarringQueried: remote exception"); in onUtConfigurationCallBarringQueried() 155 Log.w(LOG_TAG, "utConfigurationCallForwardQueried: remote exception"); in onUtConfigurationCallForwardQueried() 163 Log.w(LOG_TAG, "utConfigurationCallWaitingQueried: remote exception"); in onUtConfigurationCallWaitingQueried() 171 Log.w(LOG_TAG, "onSupplementaryServiceIndication: remote exception"); in onSupplementaryServiceIndication()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextViewOnReceiveContentListener.java | 64 private static final String LOG_TAG = "ReceiveContent"; field in TextViewOnReceiveContentListener 71 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in onReceiveContent() 72 Log.d(LOG_TAG, "onReceive: " + payload); in onReceiveContent() 131 if (Log.isLoggable(LOG_TAG, Log.VERBOSE)) { in onReceiveForAutofill() 270 if (Log.isLoggable(LOG_TAG, Log.VERBOSE)) { in handleNonTextViaImeCommitContent() 280 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in handleNonTextViaImeCommitContent() 287 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in handleNonTextViaImeCommitContent() 288 Log.d(LOG_TAG, in handleNonTextViaImeCommitContent() 294 if (Log.isLoggable(LOG_TAG, Log.VERBOSE)) { in handleNonTextViaImeCommitContent() 302 if (Log.isLoggable(LOG_TAG, Log.VERBOSE)) { in handleNonTextViaImeCommitContent() [all …]
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
H A D | SmsMessage.java | 73 static final String LOG_TAG = "SmsMessage"; field in SmsMessage 141 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex); in createFromPdu() 189 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex); in createFromEfRecord() 599 Rlog.e(LOG_TAG, in parsePduFromEfRecord() 749 Rlog.e(LOG_TAG, "Fail to preprocess FDEA WAP: " + ex); in preprocessCdmaFdeaWap() 767 Rlog.d(LOG_TAG, "parseSms: get MWI " + 774 Rlog.d(LOG_TAG, "MT raw BearerData = '" + 861 Rlog.w(LOG_TAG, "BearerData.decode() returned null"); 929 Rlog.e(LOG_TAG, "set nextMessage ID failed: " + ex); 1037 Rlog.e(LOG_TAG, "creating SubmitPdu failed: " + ex); [all …]
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
H A D | CredentialSelectorViewModel.kt | 82 Log.d(Constants.LOG_TAG, "User cancelled, finishing the ui") 99 Log.d(Constants.LOG_TAG, "Silently finishing the ui") 119 Log.d(Constants.LOG_TAG, "Launching provider activity") 132 Log.d(Constants.LOG_TAG, "No provider UI to launch") 171 Log.w(Constants.LOG_TAG, 184 Log.w(Constants.LOG_TAG, errorMessage) 223 Log.d(Constants.LOG_TAG, 230 Log.d(Constants.LOG_TAG, "More Option selected") 239 Log.d(Constants.LOG_TAG, "More Option on snackBar selected") 371 Constants.LOG_TAG, "Option selected for entry: " + [all …]
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | AlphaLayersActivity.java | 33 private static final String LOG_TAG = "HwUi"; field in AlphaLayersActivity 88 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw() 89 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(100.0f, 100.0f, 110.0f, 110.0f)); in dispatchDraw() 90 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f)); in dispatchDraw() 96 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw() 97 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(50.0f, 50.0f, 60.0f, 60.0f)); in dispatchDraw() 98 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f)); in dispatchDraw() 104 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds()); in dispatchDraw() 105 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(80.0f, 80.0f, 90.0f, 90.0f)); in dispatchDraw() 106 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f)); in dispatchDraw()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | RemotePrintDocument.java | 187 Log.i(LOG_TAG, "[CALLED] start()"); in start() 190 Log.w(LOG_TAG, "Failed before start."); in start() 192 Log.w(LOG_TAG, "Destroyed before start."); in start() 201 Log.e(LOG_TAG, "Error calling start()", re); in start() 211 Log.i(LOG_TAG, "[CALLED] update()"); in update() 286 Log.i(LOG_TAG, "[CALLED] finish()"); in finish() 298 Log.e(LOG_TAG, "Error calling finish()"); in finish() 321 Log.i(LOG_TAG, "[CALLED] destroy()"); in destroy() 334 Log.i(LOG_TAG, "[CALLED] kill()"); in kill() 340 Log.e(LOG_TAG, "Error calling kill()", re); in kill() [all …]
|
/aosp14/frameworks/base/services/profcollect/src/com/android/server/profcollect/ |
H A D | ProfcollectForwardingService.java | 57 public static final String LOG_TAG = "ProfcollectForwardingService"; field in ProfcollectForwardingService 59 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG); 78 Log.d(LOG_TAG, "Received broadcast to pack and upload reports"); 108 Log.d(LOG_TAG, "Profcollect forwarding service start"); in onStart() 145 Log.e(LOG_TAG, "Failed to get supported provider: " + e.getMessage()); in serviceHasSupportedTraceProvider() 168 Log.w(LOG_TAG, "Failed to connect profcollectd binder service."); in connectNativeService() 200 Log.w(LOG_TAG, "profcollectd has died"); in binderDied() 234 Log.d(LOG_TAG, "Starting background process job"); in onStartJob() 288 Log.d(LOG_TAG, "Tracing on app launch event: " + packageName); in traceOnAppStart() 351 Log.i(LOG_TAG, "Upload is not enabled."); in packAndUploadReport() [all …]
|