diff --git a/lib/helpers.js b/lib/helpers.js index f7f9a2bc..c1bbcf6a 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -1060,6 +1060,7 @@ export async function readPackageManifest(apkPath) { } catch (e) { throw new Error(`Cannot read the manifest from '${apkPath}'. Original error: ${e.stderr || e.message}`); } + log.debug(stdout); const extractValue = ( /** @type {string} */ line,