/packages/apps/Browser/src/com/android/browser/ |
D | PreloadController.java | 37 private static final String LOGTAG = "PreloadController"; field in PreloadController 53 if (LOGD_ENABLED) Log.d(LOGTAG, "getActivity()"); in getActivity() 59 if (LOGD_ENABLED) Log.d(LOGTAG, "getTabControl()"); in getTabControl() 65 if (LOGD_ENABLED) Log.d(LOGTAG, "getWebViewFactory()"); in getWebViewFactory() 71 if (LOGD_ENABLED) Log.d(LOGTAG, "onSetWebView()"); in onSetWebView() 76 if (LOGD_ENABLED) Log.d(LOGTAG, "createSubWindow()"); in createSubWindow() 81 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageStarted()"); in onPageStarted() 92 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageFinished()"); in onPageFinished() 105 if (LOGD_ENABLED) Log.d(LOGTAG, "onProgressChanged()"); in onProgressChanged() 110 if (LOGD_ENABLED) Log.d(LOGTAG, "onReceivedTitle()"); in onReceivedTitle() [all …]
|
D | PreloadRequestReceiver.java | 36 private final static String LOGTAG = "browser.preloader"; field in PreloadRequestReceiver 49 if (LOGD_ENABLED) Log.d(LOGTAG, "received intent " + intent); in onReceive() 58 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload setting: " + preload); in isPreloadEnabledOnCurrentNetwork() 63 if (LOGD_ENABLED) Log.d(LOGTAG, "on wifi:" + onWifi); in isPreloadEnabledOnCurrentNetwork() 101 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload request has no " + EXTRA_PRELOAD_ID); in handlePreload() 105 if (LOGD_ENABLED) Log.d(LOGTAG, "Got " + id + " preload discard request"); in handlePreload() 108 if (LOGD_ENABLED) Log.d(LOGTAG, "Got " + id + " searchbox cancel request"); in handlePreload() 111 if (LOGD_ENABLED) Log.d(LOGTAG, "Got " + id + " preload request for " + url); in handlePreload() 126 Log.d(LOGTAG, "Preload request(" + id + ", " + url + ", " + in handlePreload()
|
D | Preloader.java | 31 private final static String LOGTAG = "browser.preloader"; field in Preloader 61 if (LOGD_ENABLED) Log.d(LOGTAG, "Create new preload session " + id); in getSession() 67 if (LOGD_ENABLED) Log.d(LOGTAG, "Returning existing preload session " + id); in getSession() 71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId + in getSession() 94 if (LOGD_ENABLED) Log.d(LOGTAG, "Discarding preload request, existing" in handlePreloadRequest() 121 if (LOGD_ENABLED) Log.d(LOGTAG, "Discard preload session " + id); in discardPreload() 126 if (LOGD_ENABLED) Log.d(LOGTAG, "Ignored discard request " + id); in discardPreload() 136 if (LOGD_ENABLED) Log.d(LOGTAG, "Showing preload session " + id + "=" + s); in getPreloadedTab() 147 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload session timeout " + mId);
|
D | WebStorageSizeManager.java | 91 private final static String LOGTAG = "browser"; field in WebStorageSizeManager 225 Log.v(LOGTAG, in onExceededDatabaseQuota() 252 Log.v(LOGTAG, "onExceededDatabaseQuota: out of space."); in onExceededDatabaseQuota() 268 Log.v(LOGTAG, in onExceededDatabaseQuota() 297 Log.v(LOGTAG, "onExceededDatabaseQuota set new quota to " in onExceededDatabaseQuota() 314 Log.v(LOGTAG, "Received onReachedMaxAppCacheSize with spaceNeeded " in onReachedMaxAppCacheSize() 334 Log.v(LOGTAG, "onReachedMaxAppCacheSize: out of space."); in onReachedMaxAppCacheSize() 343 Log.v(LOGTAG, "onReachedMaxAppCacheSize set new max size to " in onReachedMaxAppCacheSize() 393 Log.v(LOGTAG, "scheduleOutOfSpaceNotification called."); in scheduleOutOfSpaceNotification()
|
D | WebViewTimersControl.java | 30 private static final String LOGTAG = "WebViewTimersControl"; field in WebViewTimersControl 54 if (LOGD_ENABLED) Log.d(LOGTAG, "Resuming webview timers, view=" + wv); in resumeTimers() 62 if (LOGD_ENABLED) Log.d(LOGTAG, "Pausing webview timers, view=" + wv); in maybePauseTimers() 68 if (LOGD_ENABLED) Log.d(LOGTAG, "onBrowserActivityResume"); in onBrowserActivityResume() 74 if (LOGD_ENABLED) Log.d(LOGTAG, "onBrowserActivityPause"); in onBrowserActivityPause() 80 if (LOGD_ENABLED) Log.d(LOGTAG, "onPrerenderStart"); in onPrerenderStart() 86 if (LOGD_ENABLED) Log.d(LOGTAG, "onPrerenderDone"); in onPrerenderDone()
|
D | GoogleAccountLogin.java | 46 private static final String LOGTAG = "BrowserLogin"; field in GoogleAccountLogin 120 Log.d(LOGTAG, "LOGIN_FAIL: Bad status from auth url " in run() 126 Log.d(LOGTAG, "LOGIN_FAIL: Invalidating tokens..."); in run() 139 Log.d(LOGTAG, "LOGIN_FAIL: Null entity in response"); in run() 145 Log.d(LOGTAG, "LOGIN_FAIL: Exception acquiring uber token " + e); in run() 205 Log.d(LOGTAG, "LOGIN_FAIL: Exception in state " + mState + " " + e); in run() 267 Log.d(LOGTAG, "Finished login attempt for " + mAccount.name); in done() 277 Log.w(LOGTAG, "Failed to dismiss mProgressDialog: " + e.getMessage()); in done()
|
D | PreloadedTabControl.java | 30 private static final String LOGTAG = "PreloadedTabControl"; field in PreloadedTabControl 37 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.<init>"); in PreloadedTabControl() 42 if (LOGD_ENABLED) Log.d(LOGTAG, "Cannot set query: no searchbox interface"); in setQuery() 63 if (LOGD_ENABLED) Log.d(LOGTAG, "loadUrlIfChanged\nnew: " + url + "\nold: " +currentUrl); in loadUrlIfChanged() 70 if (LOGD_ENABLED) Log.d(LOGTAG, "Preloading " + url); in loadUrl() 75 if (LOGD_ENABLED) Log.d(LOGTAG, "PreloadedTabControl.destroy"); in destroy()
|
D | CrashRecoveryHandler.java | 38 private static final String LOGTAG = "BrowserCrashRecovery"; field in CrashRecoveryHandler 91 Log.v(LOGTAG, "Clearing crash recovery state"); in CrashRecoveryHandler() 126 Log.w(LOGTAG, "Failed to save state", t); 179 Log.w(LOGTAG, "Failed to recover state!", e); in loadCrashState() 225 Log.v(LOGTAG, "Saving crash recovery state"); in writeState() 244 Log.i(LOGTAG, "Failed to save persistent state", e); in writeState()
|
D | BrowserActivity.java | 48 private final static String LOGTAG = "browser"; field in BrowserActivity 57 Log.v(LOGTAG, this + " onStart, has state: " in onCreate() 131 Log.v(LOGTAG, "ignore intents: " + ignore); in shouldIgnoreIntents() 140 Log.v(LOGTAG, "BrowserActivity.onResume: this=" + this); in onResume() 172 Log.v(LOGTAG, "BrowserActivity.onSaveInstanceState: this=" + this); in onSaveInstanceState() 186 Log.v(LOGTAG, "BrowserActivity.onDestroy: this=" + this); in onDestroy()
|
D | Performance.java | 30 private static final String LOGTAG = "browser"; field in Performance 100 Log.d(LOGTAG, uiInfo); in onPageFinished() 113 Log.d(LOGTAG, performanceString + "\nWebpage: " + url); in onPageFinished() 128 Log.d(LOGTAG, newUrl + " loaded"); in onPageFinished()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | CacheProcessing.java | 30 private static final String LOGTAG = "CacheProcessing"; field in CacheProcessing 109 Log.v(LOGTAG, "Apply geometry to bitmap " + cacheBitmap); in apply() 115 Log.v(LOGTAG, "Apply " + representation.getSerializationName() in apply() 125 Log.v(LOGTAG, "Apply returns bitmap " + cacheBitmap); in apply() 173 Log.v(LOGTAG, "similar up to index " + similarUpToIndex); in process() 188 Log.v(LOGTAG, "found baseImageIndex: " + findBaseImageIndex + " max is " in process() 214 Log.v(LOGTAG, "i: " + i + " cacheBitmap: " + cacheBitmap + " w: " in process() 226 Log.v(LOGTAG, "i: " + i + " get new copy for cacheBitmap " in process() 238 Log.v(LOGTAG, "now let's cleanup the cache..."); in process() 251 Log.v(LOGTAG, "cleanup done..."); in process() [all …]
|
D | ImagePreset.java | 54 private static final String LOGTAG = "ImagePreset"; field in ImagePreset 311 Log.v(LOGTAG, "\\\\\\ showFilters -- " + mFilters.size() + " filters"); in showFilters() 314 Log.v(LOGTAG, " filter " + n + " : " + representation.toString()); in showFilters() 317 Log.v(LOGTAG, "/// showFilters -- " + mFilters.size() + " filters"); in showFilters() 649 Log.v(LOGTAG, "Serialization: " + sname); in writeJson() 651 Log.v(LOGTAG, "Serialization name null for filter: " + filter); in writeJson() 660 Log.e(LOGTAG,"Error encoding JASON",e); in writeJson() 672 Log.v(LOGTAG, "reading preset: \"" + filterString + "\""); in readJsonFromString() 684 Log.e(LOGTAG, "\""+filterString+"\""); in readJsonFromString() 685 Log.e(LOGTAG, "parsing the filter parameters:", e); in readJsonFromString() [all …]
|
D | CachingPipeline.java | 41 private static final String LOGTAG = "CachingPipeline"; field in CachingPipeline 79 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext"); in createRenderscriptContext() 127 Log.v(LOGTAG, "destroyPixelAllocations in " + getName()); in destroyPixelAllocations() 179 Log.v(LOGTAG,"setOriginal, size " + bitmap.getWidth() + " x " + bitmap.getHeight()); in setOriginal() 298 Log.v(LOGTAG, "render image of type " + getType(request)); in render() 313 Log.w(LOGTAG, "could not get bitmap for: " + getType(request)); in render() 325 … Log.v(LOGTAG, "after update, req bitmap (" + bitmap.getWidth() + "x" + bitmap.getHeight() in render() 470 Log.v(LOGTAG, "prepareRenderscriptAllocations: " + needsUpdate + " in " + getName()); in prepareRenderscriptAllocations()
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
D | CropActivity.java | 58 private static final String LOGTAG = "CropActivity"; field in CropActivity 226 Log.w(LOGTAG, "could not load image for cropping"); in doneLoadBitmap() 370 Log.w(LOGTAG, "cannot read original file, no input URI given"); in regenerateInputStream() 376 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e); in regenerateInputStream() 402 Log.w(LOGTAG, "cannot write file, no output URI given"); in BitmapIOTask() 407 Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e); in BitmapIOTask() 443 Log.w(LOGTAG, "could not downsample bitmap to return in data"); in doInBackground() 464 Log.w(LOGTAG, "cannot find crop for full size image"); in doInBackground() 472 Log.w(LOGTAG, "crop has bad values for full size image"); in doInBackground() 482 Log.w(LOGTAG, "cannot open region decoder for file: " + mInUri.toString(), e); in doInBackground() [all …]
|
D | SaveImage.java | 47 private static final String LOGTAG = "SaveImage"; field in SaveImage 219 Log.w(LOGTAG, "Cannot find file: " + source, e); in getExifData() 221 Log.w(LOGTAG, "Cannot read exif for: " + source, e); in getExifData() 242 Log.w(LOGTAG, "File not found: " + file.getAbsolutePath(), e); in putExifData() 244 Log.w(LOGTAG, "Could not write exif: ", e); in putExifData() 283 Log.d(LOGTAG, "Source file is not a local file, no update."); in moveSrcToAuxIfNeeded() 304 Log.e(LOGTAG, "Can't create the nomedia"); in moveSrcToAuxIfNeeded() 389 Log.e(LOGTAG, "srcUri is null."); in getLocalFileFromUri() 395 Log.e(LOGTAG, "scheme is null."); in getLocalFileFromUri()
|
D | CropView.java | 38 private static final String LOGTAG = "CropView"; field in CropView 188 Log.w(LOGTAG, "crop reset called"); in reset() 219 Log.w(LOGTAG, "failed to set aspect ratio original"); in applyOriginalAspect() 238 Log.w(LOGTAG, "failed to set aspect ratio"); in applyAspect() 314 Log.w(LOGTAG, "failed to get screen matrix"); in onDraw() 321 Log.w(LOGTAG, "could not invert display matrix"); in onDraw()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropActivity.java | 61 private static final String LOGTAG = "CropActivity"; field in CropActivity 229 Log.w(LOGTAG, "could not load image for cropping"); in doneLoadBitmap() 373 Log.w(LOGTAG, "cannot read original file, no input URI given"); in regenerateInputStream() 379 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e); in regenerateInputStream() 405 Log.w(LOGTAG, "cannot write file, no output URI given"); in BitmapIOTask() 410 Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e); in BitmapIOTask() 446 Log.w(LOGTAG, "could not downsample bitmap to return in data"); in doInBackground() 467 Log.w(LOGTAG, "cannot find crop for full size image"); in doInBackground() 475 Log.w(LOGTAG, "crop has bad values for full size image"); in doInBackground() 485 Log.w(LOGTAG, "cannot open region decoder for file: " + mInUri.toString(), e); in doInBackground() [all …]
|
D | CropView.java | 39 private static final String LOGTAG = "CropView"; field in CropView 189 Log.w(LOGTAG, "crop reset called"); in reset() 220 Log.w(LOGTAG, "failed to set aspect ratio original"); in applyOriginalAspect() 239 Log.w(LOGTAG, "failed to set aspect ratio"); in applyAspect() 315 Log.w(LOGTAG, "failed to get screen matrix"); in onDraw() 322 Log.w(LOGTAG, "could not invert display matrix"); in onDraw()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | Log.java | 27 public final static String LOGTAG = "AlarmClock"; field in Log 34 android.util.Log.d(LOGTAG, logMe); in d() 38 android.util.Log.v(LOGTAG, /* SystemClock.uptimeMillis() + " " + */ logMe); in v() 42 android.util.Log.i(LOGTAG, logMe); in i() 46 android.util.Log.e(LOGTAG, logMe); in e() 50 android.util.Log.e(LOGTAG, logMe, ex); in e() 54 android.util.Log.w(LOGTAG, logMe); in w() 58 android.util.Log.wtf(LOGTAG, logMe); in wtf()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | WallpaperCropActivity.java | 59 private static final String LOGTAG = "Launcher3.CropActivity"; field in WallpaperCropActivity 98 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity"); in init() 278 Log.w(LOGTAG, "Getting exif data failed", e); in getRotationFromExifHelper() 281 Log.w(LOGTAG, "Getting exif data failed", e); in getRotationFromExifHelper() 506 Log.w(LOGTAG, "cannot read original file, no input URI, resource ID, or " + 521 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e); 566 Log.w(LOGTAG, "cannot write stream to wallpaper", e); 585 Log.w(LOGTAG, "cannot get bounds for image"); 604 Log.w(LOGTAG, "crop has bad values for full size image"); 618 Log.w(LOGTAG, "cannot get input stream for uri=" + mInUri.toString()); [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterRS.java | 28 private static final String LOGTAG = "ImageFilterRS"; field in ImageFilterRS 78 Log.i(LOGTAG, msg); in apply() 104 Log.i(LOGTAG, msg); in apply() 118 Log.v(LOGTAG, "apply filter " + getName() + " in pipeline " + pipeline.getName()); in apply() 139 … Log.v(LOGTAG, "DONE apply filter " + getName() + " in pipeline " + pipeline.getName()); in apply() 142 Log.e(LOGTAG, "Illegal argument? " + e); in apply() 144 Log.e(LOGTAG, "RS runtime exception ? " + e); in apply() 149 Log.e(LOGTAG, "not enough memory for filter " + getName(), e); in apply()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | BitmapCache.java | 30 private static final String LOGTAG = "BitmapCache"; field in BitmapCache 65 Log.e(LOGTAG, "giving a bitmap already given!!!"); in track() 109 Log.v(LOGTAG, "\n--- showBitmap --- "); in showBitmapCounts() 112 Log.v(LOGTAG, getTrackingName(i) + " => " + mTracking[i]); in showBitmapCounts() 134 Log.e(LOGTAG, "Trying to cache a bitmap still used in the pipeline"); in cache() 141 Log.e(LOGTAG, "Trying to cache a non mutable bitmap"); in cache() 200 Log.e(LOGTAG, "Trying to give a bitmap used in the pipeline"); in getBitmap()
|
D | ImageLoader.java | 53 private static final String LOGTAG = "ImageLoader"; field in ImageLoader 149 Log.w(LOGTAG, "Failed to read EXIF orientation", e); in getMetadataOrientation() 156 Log.w(LOGTAG, "Failed to close InputStream", e); in getMetadataOrientation() 285 Log.e(LOGTAG, "FileNotFoundException for " + uri, e); in loadRegionBitmap() 287 Log.e(LOGTAG, "FileNotFoundException for " + uri, e); in loadRegionBitmap() 289 Log.e(LOGTAG, "exc, image decoded " + w + " x " + h + " bounds: " in loadRegionBitmap() 332 Log.e(LOGTAG, "FileNotFoundException for " + uri, e); in loadBitmap() 578 Log.w(LOGTAG, "Failed to read EXIF tags", e); in getExif()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
D | SaveImage.java | 60 private static final String LOGTAG = "SaveImage"; field in SaveImage 229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e); in getPanoramaXMPData() 256 Log.w(LOGTAG, "Cannot find file: " + source, e); in getExifData() 258 Log.w(LOGTAG, "Cannot read exif for: " + source, e); in getExifData() 279 Log.w(LOGTAG, "File not found: " + file.getAbsolutePath(), e); in putExifData() 281 Log.w(LOGTAG, "Could not write exif: ", e); in putExifData() 470 Log.d(LOGTAG, "Source file is not a local file, no update."); in moveSrcToAuxIfNeeded() 491 Log.e(LOGTAG, "Can't create the nomedia"); in moveSrcToAuxIfNeeded() 598 Log.e(LOGTAG, "srcUri is null."); in getLocalFileFromUri() 604 Log.e(LOGTAG, "scheme is null."); in getLocalFileFromUri()
|
D | MatrixFit.java | 24 private static final String LOGTAG = "MatrixFit"; field in MatrixFit 49 Log.e(LOGTAG, "from and to must be of same size"); in fit() 57 Log.e(LOGTAG, "Too few points => under-determined system"); in fit() 140 Log.v(LOGTAG, str); in printEquation() 145 Log.v(LOGTAG, "name: " + name); in printMatrix() 151 Log.v(LOGTAG, str); in printMatrix()
|