/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | LogGenerator.java | 86 } catch (IOException e) { in save() 87 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in save() 98 } catch (IOException e) { in save() 99 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in save() 110 } catch (IOException e) { in save() 111 Log.w(TAG, String.format("Failed to save frangmentation: %s", e.getMessage())); in save() 122 } catch (IOException e) { in save() 123 Log.w(TAG, String.format("Failed to save graphicsstats: %s", e.getMessage())); in save() 135 } catch (IOException e) { in save() 136 Log.w(TAG, String.format("Failed to save ION heap: %s", e.getMessage())); in save() [all …]
|
D | FilesystemUtil.java | 92 } catch (RemoteException e) { in saveBugreportz() 93 throw new IOException("Could not capture bugreportz", e); in saveBugreportz() 116 } catch (FileNotFoundException e) { in dumpMeminfo() 117 Log.e(TAG, "exception while dumping meminfo", e); in dumpMeminfo() 118 } catch (IOException e) { in dumpMeminfo() 119 Log.e(TAG, "exception while dumping meminfo", e); in dumpMeminfo()
|
D | DataCollector.java | 99 Log.e(TAG, "Tried to start a started DataCollector!"); in start() 109 } catch (InterruptedException e) { in stop() 113 Log.e(TAG, "Tried to stop a stoppped DataCollector!"); in stop() 131 Log.e(TAG, "Error writing results in " + resultsDirectory + in loop() 140 } catch (InterruptedException e) { in loop()
|
D | DexTestRunner.java | 136 } catch (TimeoutException e) { in runTest() 137 killTest(e); in runTest() 138 } catch (ExecutionException e) { in runTest() 139 onError(testCase, e.getCause()); in runTest() 140 } catch (InterruptedException e) { in runTest() 150 void killTest(Exception e) { in killTest() argument 153 onError(mTestCase, e); in killTest()
|
D | AuptTestRunner.java | 370 Log.e(LOG_TAG, "Failed to write heap dump!", ioex); 433 Log.e(LOG_TAG, "Error writing MemHealthRecords", ioex); 445 Log.e(LOG_TAG, "Error collecting MemHealthRecords", ioex); 461 } catch (IOException e) { 462 Log.e(LOG_TAG, "Error while getting foreground process", e); 475 Log.e(LOG_TAG, "Caught exception from a test", t); 492 } catch (IOException e) { 493 Log.w(LOG_TAG, "Failed to create UI hierarchy dump for UI error", e); 623 } catch (InterruptedException e) { 641 } catch (InterruptedException e) { [all …]
|
D | ProcessStatusTracker.java | 82 Log.e(TAG, "Failed to retrieve list of running apps"); in getProcessDetails() 202 Log.e(TAG, "Error with buffered reader", exception); in getRunningAppProcesses() 210 Log.e(TAG, "Error with closing the stream", exception); in getRunningAppProcesses()
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
D | SimpleGLSurfaceView.java | 51 public boolean onTouchEvent(MotionEvent e) { in onTouchEvent() argument 56 float x = e.getX(); in onTouchEvent() 57 float y = e.getY(); in onTouchEvent() 59 switch (e.getAction()) { in onTouchEvent()
|
/platform_testing/libraries/app-helpers/base/src/android/platform/test/helpers/base/ |
D | HelperManager.java | 130 } catch (IOException e) { in HelperManager() 172 } catch (ClassNotFoundException e) { in getAll() 182 } catch (NoSuchMethodException e) { in getAll() 184 className), e); in getAll() 185 } catch (IllegalAccessException e) { in getAll() 187 className), e); in getAll() 188 } catch (InstantiationException e) { in getAll() 190 className), e); in getAll() 191 } catch (InvocationTargetException e) { in getAll() 193 className), e); in getAll()
|
/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/ |
D | MetricsAssertsTest.java | 94 } catch (AssertionError e) { in testHasActionLogFalse() 95 assertEquals(message, e.getMessage()); in testHasActionLogFalse() 110 } catch (AssertionError e) { in testHasVisibleLogFalse() 111 assertEquals(message, e.getMessage()); in testHasVisibleLogFalse() 126 } catch (AssertionError e) { in testHasHiddenLogFalse() 127 assertEquals(message, e.getMessage()); in testHasHiddenLogFalse() 161 } catch (AssertionError e) { in testDoesNotHaveTemplateLog() 162 assertEquals(message, e.getMessage()); in testDoesNotHaveTemplateLog()
|
/platform_testing/libraries/app-helpers/base/src/android/platform/test/helpers/base/listeners/ |
D | FailureTestWatcher.java | 43 protected void failed(Throwable e, Description description) { in failed() argument 47 Log.e(LOG_TAG, "Failed to capture a screenshot for unknown reasons."); in failed() 50 Log.e(LOG_TAG, "Failed to capture a screenshot.", ioe); in failed()
|
/platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/test/ |
D | HandheldHelperTest.java | 28 } catch (RemoteException e) { in initialize() 29 throw new RuntimeException("Could not set orientation.", e); in initialize()
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/ |
D | DispatchActivity.java | 82 } catch (Exception e) { in onCreate() 84 e.printStackTrace(); in onCreate() 95 } catch (Exception e) { in onDestroy() 97 e.printStackTrace(); in onDestroy()
|
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/ |
D | WifiStrengthScannerInstrumentation.java | 104 } catch (IOException e) { in onStart() 105 Log.e(TAG, Log.getStackTraceString(e)); in onStart() 108 } catch (InterruptedException e) { in onStart() 109 Log.e(TAG, Log.getStackTraceString(e)); in onStart() 180 } catch (IOException e) { in executeCommand() 181 throw new IOException(String.format("Fails to execute command: %s ", cmd), e); in executeCommand()
|
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/ |
D | CommandsHelper.java | 64 } catch (IOException e) { in executeShellCommand() 66 Log.e(TAG, String.format("The shell command failed to run: %s exception: %s", in executeShellCommand() 67 command, e.getMessage())); in executeShellCommand()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | LauncherStrategyFactory.java | 77 } catch (InstantiationException | IllegalAccessException e) { in registerLauncherStrategy() 78 Log.e(LOG_TAG, "exception while creating instance: " in registerLauncherStrategy()
|
D | CommonLauncherHelper.java | 201 } catch (RemoteException e) { in unlockDeviceIfAsleep() 202 Log.e(LOG_TAG, "Failed to unlock the screen-off device.", e); in unlockDeviceIfAsleep()
|
D | TvLauncherStrategy.java | 116 Log.e(LOG_TAG, "error dumping XML to logcat", ioe); in open() 431 } catch (RemoteException e) { in unlockDeviceIfAsleep() 432 Log.e(LOG_TAG, "Failed to unlock the screen-off device.", e); in unlockDeviceIfAsleep() 448 } catch (PackageManager.NameNotFoundException e) { in isGame() 450 String.format("No package found: %s, error:%s", packageName, e.toString())); in isGame()
|
/platform_testing/utils/permissions/src/com/android/permissionutils/ |
D | GrantPermissionUtil.java | 51 Log.e(LOG_TAG, String.format("Missing permissions for %s", pkgInfo.packageName)); in dumpMissingPermissions() 53 Log.e(LOG_TAG, " " + permission); in dumpMissingPermissions()
|
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/ |
D | AppLaunchTests.java | 162 } catch (Exception e) { in testAppLaunchPerformance() 164 e.printStackTrace(); in testAppLaunchPerformance() 187 } catch (IOException e) { in testAppLaunchPerformance() 188 Log.w(TAG, "Error writing atrace info to file", e); in testAppLaunchPerformance() 229 } catch (NameNotFoundException e) { in getActivityList()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationInlineReplyTests.java | 49 } catch (RemoteException e) { in setUp() 50 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
|
D | NotificationBundlingTests.java | 57 } catch (RemoteException e) { in setUp() 58 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
|
/platform_testing/libraries/system-helpers/package-helper/src/android/system/helpers/ |
D | PackageHelper.java | 66 } catch (PackageManager.NameNotFoundException e) { in isPackageInstalled()
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SettingsJankTests.java | 61 } catch (RemoteException e) { in setUp() 62 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
|
/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
D | Collector.java | 101 } catch (InterruptedException e) { in run() 133 } catch (InterruptedException e) { in blockUntilSystemRunning()
|
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/ |
D | UiBenchJankTestsHelper.java | 164 } catch (IOException e) { in enableKeyboardIME() 165 Log.w(LOG_TAG, String.format("Exception when toggling keyboard. %s", e.toString())); in enableKeyboardIME()
|