Skip to content

Commit

Permalink
Merge pull request #14 from aquality-automation/Enhancement/Fix-Andro…
Browse files Browse the repository at this point in the history
…idActivity-logging

Enhancement/Fix-AndroidActivity-logging
  • Loading branch information
DmitryBogatko authored Mar 26, 2020
2 parents 4c8f11e + c5827a9 commit b535ab3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ protected AndroidDriver<AndroidElement> getDriver(){
}

protected void startActivity(Activity activity) {
AqualityServices.getLogger().info(
String.format("Starting the '%s' activity of the android app at package '%s'",
AqualityServices.getLocalizedLogger().info("loc.application.android.activity.start",
activity.getAppActivity(),
activity.getAppPackage()));
activity.getAppPackage());
getDriver().startActivity(activity);
}
}

0 comments on commit b535ab3

Please sign in to comment.