You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sebastien Perin (JIRA)" <ji...@apache.org> on 2017/01/13 11:19:26 UTC

[jira] [Commented] (CB-12168) NSLog behavior changed in iOS10

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

Sebastien Perin commented on CB-12168:
--------------------------------------

I'm using:
* phonegap 6.3.4
* phonegap developer app 1.7.6 on an iOS 10.2 smartphone device
* cordova-plugin-console 1.0.5

For the same setup and project on an iOS 9.3.2 samrtphone device the Javascript console.log instuctions are displayed by the standard output of the "phonegap serve" command.
But I cna't see those Javascript console.log instructions for the iOS 10.2 smartphone device. 

Is the current issue reported by [~Mathias Latournerie] could be related to my issue?

> NSLog behavior changed in iOS10
> -------------------------------
>
>                 Key: CB-12168
>                 URL: https://issues.apache.org/jira/browse/CB-12168
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Console
>            Reporter: Mathias Latournerie
>
> Hello,
> Since iOS10, NSLog changed in two ways :
> - It now truncates its output to 1024 characters
> - It isn't logged anymore for deployed apps
> iOS10 introduced a new logger : os_log
> This plugin should reflect on this change and use os_log when available.
> Currently, you can't read console.log on iOS10 if you do not run your project directly from xcode in debug mode.
> See this link for more informations : http://stackoverflow.com/a/40451002
> Regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org