We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd9f246 + b945bfa commit 8bf4505Copy full SHA for 8bf4505
src/share-file.android.ts
@@ -23,7 +23,7 @@ export class ShareFile {
23
Application.android.foregroundActivity.startActivity(android.content.Intent.createChooser(intent, args.intentTitle ? args.intentTitle : 'Open file:'));
24
}
25
catch (e) {
26
- console.log('ShareFile: Android intent failed');
+ console.log('ShareFile: Android intent failed: ' + e);
27
28
} else {
29
console.log('ShareFile: Please add a file path');
0 commit comments