Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 360B8200B71 for ; Tue, 16 Aug 2016 22:17:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 33957160A74; Tue, 16 Aug 2016 20:17:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A66CA160AA8 for ; Tue, 16 Aug 2016 22:17:21 +0200 (CEST) Received: (qmail 42570 invoked by uid 500); 16 Aug 2016 20:17:20 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 42559 invoked by uid 99); 16 Aug 2016 20:17:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 20:17:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9D6102C02AE for ; Tue, 16 Aug 2016 20:17:20 +0000 (UTC) Date: Tue, 16 Aug 2016 20:17:20 +0000 (UTC) From: "Michael Schmidt (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11063) iOS: File reading doesn't use background thread MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 16 Aug 2016 20:17:22 -0000 [ https://issues.apache.org/jira/browse/CB-11063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423316#comment-15423316 ] Michael Schmidt commented on CB-11063: -------------------------------------- Can't reproduce it currently (any more?) Reviewing our code I figure that a file move could have as well been the cause: {code} fileEntry.moveTo(newFileEntry, newFileName, function (result) {code} This fits with this issue: "THREAD WARNING: 'File' took '4534.373047' ms. Plugin should use a background thread." https://issues.apache.org/jira/browse/CB-11693 https://github.com/apache/cordova-plugin-file/pull/190/commits/9b9c340b1036e1510cbc4a93f7bdfeaef43d3134 > iOS: File reading doesn't use background thread > ----------------------------------------------- > > Key: CB-11063 > URL: https://issues.apache.org/jira/browse/CB-11063 > Project: Apache Cordova > Issue Type: Improvement > Components: Plugin File > Affects Versions: 3.0.0 > Environment: iOS > Reporter: Michael Schmidt > Labels: iOS, triaged, wfc > > On file reading the following warning appears: > THREAD WARNING: ['File'] took '23.292236' ms. Plugin should use a background thread. -- 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