diff --git a/src/providers/utils/dom.ts b/src/providers/utils/dom.ts
index faf948769..f08e51cb0 100644
--- a/src/providers/utils/dom.ts
+++ b/src/providers/utils/dom.ts
@@ -1034,6 +1034,9 @@ export class CoreDomUtilsProvider {
if (error.backtrace) {
extraInfo += '
' + this.textUtils.replaceNewLines(this.textUtils.escapeHTML(error.backtrace), '
');
}
+
+ // tslint:disable-next-line
+ console.error(error);
}
// We received an object instead of a string. Search for common properties.