Skip to content

Commit

Permalink
chore: Update the link in the troubleshooting error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Nov 19, 2023
1 parent d407196 commit d45d798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tools/adb-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,7 @@ methods.toggleGPSLocationProvider = async function toggleGPSLocationProvider (en
*/
function decorateWriteSecureSettingsException (e) {
if (_.includes(e.message, 'requires:android.permission.WRITE_SECURE_SETTINGS')) {
e.message = `Check https://forum.xda-developers.com/t/i-cant-enable-write_secure_settings-for-an-app-over-adb.3855596/ ` +
`for throubleshooting. ${e.message}`;
e.message = `Check https://github.com/appium/appium/issues/13802 for throubleshooting. ${e.message}`;
}
return e;
}
Expand Down

0 comments on commit d45d798

Please sign in to comment.