You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2014/05/22 20:05:02 UTC

[jira] [Resolved] (CB-6290) Javascript error during build showed as information in logcat

     [ https://issues.apache.org/jira/browse/CB-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-6290.
----------------------------

    Resolution: Won't Fix

This is by design.  console.log on your app will show all your Javascript errors as info messages.

> Javascript error during build showed as information in logcat
> -------------------------------------------------------------
>
>                 Key: CB-6290
>                 URL: https://issues.apache.org/jira/browse/CB-6290
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.4.0
>            Reporter: Cristofo Vilares
>            Priority: Minor
>
> When errors occur in JS during project build, they are shown as info message in logcat (green). Following message shows this case:
> 14:08:23.366: I/chromium(22708): [INFO:CONSOLE(29)] "Uncaught SyntaxError: Unexpected identifier", source: file:///android_asset/www/index.html (29)
> cause of this one was a wrong definition. ("va myButton" instead of "var myButton") .
> - Android build in eclipse



--
This message was sent by Atlassian JIRA
(v6.2#6252)