Skip to content

Commit

Permalink
Merge pull request #318 from mykola-mokhnach/tune_msg
Browse files Browse the repository at this point in the history
Tune log message
  • Loading branch information
jlipps committed Jan 26, 2018
2 parents 0bc8a7f + 1190923 commit bf627e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/android-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,11 @@ helpers.pushSettingsApp = async function (adb, throwError = false) {

await helpers.installHelperApp(adb, settingsApkPath, SETTINGS_HELPER_PKG_ID, 'Settings');

// Reinstall will stop the application process anyway, so
// Reinstall will stop the settings helper process anyway, so
// there is no need to continue if the application is still running
if (await adb.processExists(SETTINGS_HELPER_PKG_ID)) {
logger.debug(`${SETTINGS_HELPER_PKG_ID} is already running. The is no need to reset permissions.`);
logger.debug(`${SETTINGS_HELPER_PKG_ID} is already running. ` +
`There is no need to reset its permissions.`);
return;
}

Expand Down

0 comments on commit bf627e2

Please sign in to comment.