Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 23 of 23) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DGraphicsStatsMonitor.java52 private static final String TAG = "GraphicsStatsMonitor"; field in GraphicsStatsMonitor
84 Log.e(TAG, "Can't set interval rate for monitor that is already running"); in setIntervalRate()
87 Log.v(TAG, String.format("Set jank monitor interval rate to %d", intervalRate)); in setIntervalRate()
106 Log.d(TAG, "Started monitoring graphics stats"); in startMonitoring()
116 Log.d(TAG, "Stopped monitoring graphics stats"); in stopMonitoring()
123 Log.v(TAG, "Grabbing image of graphics stats"); in grabStatsImage()
134 Log.v(TAG, String.format("Process %s stats have not changed, overwriting data.", in grabStatsImage()
139 Log.v(TAG, String.format("Process %s stats were restarted, appending data.", in grabStatsImage()
148 Log.v(TAG, String.format("New process, %s. Creating jank history.", in grabStatsImage()
159 Log.d(TAG, "Aggregating graphics stats history"); in aggregateStatsImages()
[all …]
DDataCollector.java37 private static final String TAG = "AuptDataCollector"; field in DataCollector
170 Log.w(TAG, "Error while saving dumpsys meminfo -c: " + ioe.getMessage()); in createLog()
181 Log.w(TAG, "Error while saving dumpsys cpuinfo : " + ioe.getMessage()); in createLog()
192 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in createLog()
203 Log.w(TAG, String.format("Failed to save buddyinfo: %s", e.getMessage())); in createLog()
215 Log.w(TAG, String.format("Failed to save ION heap: %s", e.getMessage())); in createLog()
226 Log.w(TAG, String.format("Failed to save pagetypeinfo: %s", e.getMessage())); in createLog()
237 Log.w(TAG, String.format("Failed to save trace: %s", e.getMessage())); in createLog()
286 Log.i(TAG, outputDir.toString()); in dumpMeminfo()
289 Log.i(TAG, yes ? "created" : "not created"); in dumpMeminfo()
[all …]
DProcessStatusTracker.java37 private static final String TAG = "ProcessStatusTracker"; field in ProcessStatusTracker
74 Log.v(TAG, "getProcessDetails - No pids to track, not doing anything"); in getProcessDetails()
82 Log.e(TAG, "Failed to retrieve list of running apps"); in getProcessDetails()
87 Log.i(TAG, "Got running processes"); in getProcessDetails()
98 Log.d(TAG, String.format( in getProcessDetails()
140 Log.v(TAG, "Started tracking pid changes: " + processName); in setAllowProcessTracking()
147 Log.i(TAG, "Getting process details"); in verifyRunningProcess()
153 Log.v(TAG, String.format("verifyRunningProcess - proc: %s, state: %s", in verifyRunningProcess()
161 Log.v(TAG, String.format("Process started: %s - %d", d.processName, d.pid0)); in verifyRunningProcess()
202 Log.e(TAG, "Error with buffered reader", exception); in getRunningAppProcesses()
[all …]
DAuptTestCase.java68 private static final String TAG = AuptTestCase.class.getSimpleName(); field in AuptTestCase
241 Log.e(TAG, "Error opening track file", e); in readProcessesFromFile()
243 Log.e(TAG, "Error opening track file", e); in readProcessesFromFile()
385 Log.e(TAG, "Error while saving memory stats", e); in saveMemoryStats()
402 Log.e(TAG, "Error while saving memory stat details", e); in saveMemoryStats()
436 Log.e(TAG, "exception while memory stats", e); in recordMemoryUsage()
513 Log.e(TAG, "Error while getting foreground process", e); in getForegroundProc()
DJankStat.java33 private static final String TAG = "JankStat"; field in JankStat
189 Log.v(TAG, String.format("Calculated weight is %f", weight)); in mergeStatHistory()
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DAboutPhoneSettingsTests.java40 private static final String TAG = "AboutPhoneSettingsTest"; field in AboutPhoneSettingsTests
65 Log.d(TAG, "-------"); in setUp()
148 Log.d(TAG, itemText + " is present"); in removeItemsAndTakeAction()
157 Log.d(TAG, "Could not find " + itemText); in removeItemsAndTakeAction()
182 Log.d(TAG, "items: " + TextUtils.join(", ", itemsLeftToFind)); in searchForItemsAndTakeAction()
/platform_testing/tests/perf/PowerPerfTest/src/com/android/powerperf/tests/
DPowerPerfTest.java39 private static final String TAG = "PowerPerfInstrumentation"; field in PowerPerfTest
50 Log.i(TAG, result); in testPowerPerf()
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java59 private static final String TAG = AppSmokeTest.class.getSimpleName(); field in AppSmokeTest
140 Log.d(TAG, String.format("activityStarting: pkg=%s intent=%s",
151 Log.d(TAG, String.format("activityResuming: pkg=%s", pkg));
232 Log.d(TAG, "Launching: " + mAppInfo.toLongString()); in testAppLaunch()
256 Log.w(TAG, "Failed while attempting to poke front end window with swipe"); in pokeApp()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DMediaPlaybackTests.java32 private static final String TAG = "MediaPlaybackTest"; field in MediaPlaybackTests
88 Log.w(TAG, "Hit onCompletion!"); in testVideoPlayback()
DSysUINotificationShadeTests.java279 private static final String TAG = "ToastService"; field in SysUINotificationShadeTests.ToastService
284 super(TAG); in ToastService()
305 Log.v(TAG, "toast " + text); in onHandleIntent()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java39 private static final String TAG = "MyGLRenderer"; field in SimpleGLRenderer
148 Log.e(TAG, glOperation + ": glError " + error); in checkGlError()
/platform_testing/tests/smokefast/src/com/android/smokefast/
DMediaPlaybackTest.java32 private static final String TAG = "MediaPlaybackTest"; field in MediaPlaybackTest
88 Log.w(TAG, "Hit onCompletion!"); in testVideoPlayback()
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DDPadHelper.java26 private static final String TAG = DPadHelper.class.getSimpleName(); field in DPadHelper
DAbstractLeanbackAppHelper.java36 private static final String TAG = AbstractLeanbackAppHelper.class.getSimpleName(); field in AbstractLeanbackAppHelper
84 Log.v(TAG, "Successfully opened section"); in openSection()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java51 private static final String TAG = "AppLaunchInstrumentation"; field in AppLaunchTests
150 Log.w(TAG, "Error writing atrace info to file", e); in testAppLaunchPerformance()
/platform_testing/libraries/power-helper/src/com/android/helper/
DPowerTestHelper.java41 private final static String TAG = "PowerTestHelper"; field in PowerTestHelper
/platform_testing/libraries/reddit-app-helper/src/android/platform/test/helpers/
DRedditHelperImpl.java36 private static final String TAG = RedditHelperImpl.class.getSimpleName(); field in RedditHelperImpl
/platform_testing/libraries/tunein-app-helper/src/android/platform/test/helpers/
DTuneInHelperImpl.java29 private static final String TAG = TuneInHelperImpl.class.getCanonicalName(); field in TuneInHelperImpl
/platform_testing/libraries/google-keyboard-app-helper/src/android/platform/test/helpers/
DGoogleKeyboardHelperImpl.java39 private static final String TAG = GoogleKeyboardHelperImpl.class.getCanonicalName(); field in GoogleKeyboardHelperImpl
98 Log.w(TAG, "No method defined to open Google Keyboard. (no-op)"); in open()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java341 private static final String TAG = "ToastService"; field in NotificationHelper.ToastService
346 super(TAG); in ToastService()
367 Log.v(TAG, "toast " + text); in onHandleIntent()
/platform_testing/libraries/youtube-app-helper/src/android/platform/test/helpers/
DYouTubeHelperImpl.java37 private static final String TAG = AbstractYouTubeHelper.class.getSimpleName(); field in YouTubeHelperImpl
442 Log.v(TAG, String.format("Found quality %s label", quality.getText())); in setVideoQuality()
/platform_testing/libraries/google-messenger-app-helper/src/android/platform/test/helpers/
DGoogleMessengerHelperImpl.java34 private static final String TAG = GoogleMessengerHelperImpl.class.getSimpleName(); field in GoogleMessengerHelperImpl
/platform_testing/libraries/facebook-app-helper/src/android/platform/test/helpers/
DFacebookHelperImpl.java32 private static final String TAG = "android.platform.test.helpers.FacebookHelperImpl"; field in FacebookHelperImpl