You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/08/02 03:11:02 UTC

[jira] [Commented] (CB-1138) Default logging level for file access should not log file contents.

    [ https://issues.apache.org/jira/browse/CB-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427055#comment-13427055 ] 

Shazron Abdullah commented on CB-1138:
--------------------------------------

The offending lines:
# https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.m#L122
# https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.m#L130
# https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVPluginResult.m#L139
                
> Default logging level for file access should not log file contents.
> -------------------------------------------------------------------
>
>                 Key: CB-1138
>                 URL: https://issues.apache.org/jira/browse/CB-1138
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.0.0
>         Environment: iOS 5.0 targetting app, running in debug conf with XCode 4.3.2 (or 4.4)
>            Reporter: Koray Balci
>            Assignee: Shazron Abdullah
>              Labels: file, ios
>             Fix For: 2.1.0
>
>
> I am loading a huge text file (a few mb) using cordova file api and cordova is trying to log each line of the text file to the console in XCode. 
> I think default logging, even in debug mode, should have a saner level.
> This was not the case in earlier versions. In default logging mode in 2.0.0 version, I cannot even stop XCode once I run my app!!
> Also: same problem when getting all contacts. See: https://groups.google.com/forum/?fromgroups#!topic/phonegap/WTpeYf3Ji5k

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira