Skip to content

Commit

Permalink
Error messaging clean up
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670743437
  • Loading branch information
Paige McAuliffe authored and copybara-androidxtest committed Sep 3, 2024
1 parent 045dda0 commit 67fa7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ constructor(
private const val DEGREES_TO_ROTATE_LANDSCAPE_TO_PORTRAIT = -90F
private const val DEGREES_TO_ROTATE_PORTRAIT_TO_LANDSCAPE = 90F
private const val additionalSetUpInstructions =
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for set up instructions."
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for setup instructions."
}

override fun setDeviceMode(deviceMode: Int) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ internal class DeviceControllerModule {
throw DeviceControllerOperationException(
"Unable to connect to Emulator gRPC port. Please make sure the Android Emulator version" +
" is updated to 33.1.11+ and the controller gRPC service is enabled on the emulator." +
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for set up instructions."
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for setup instructions."
)
}
return gRpcPort.toInt()
Expand Down

0 comments on commit 67fa7cb

Please sign in to comment.