Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED57E185C2 for ; Thu, 25 Jun 2015 14:54:20 +0000 (UTC) Received: (qmail 17194 invoked by uid 500); 25 Jun 2015 14:54:20 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 17156 invoked by uid 500); 25 Jun 2015 14:54:20 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 17043 invoked by uid 99); 25 Jun 2015 14:54:20 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 14:54:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 084DB181B6C for ; Thu, 25 Jun 2015 14:54:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id vgeUpAh9roDr for ; Thu, 25 Jun 2015 14:54:19 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 0E0EF4BB8D for ; Thu, 25 Jun 2015 14:54:19 +0000 (UTC) Received: by wicnd19 with SMTP id nd19so166564978wic.1 for ; Thu, 25 Jun 2015 07:54:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XxyvVvVp9//XPGjjfSlQKkYZflVUaGELcyRsIUD/UqE=; b=kbhZNqez6vdww2j4CsiSnrsBRyY4Tjts7NZvmD4dosizKwmRyi1oCZYEt7Rf23bbqv dyRAgDyvrRarfDtonT2vM25u/jLygFjkBm7b43b4ar41Uz8Qtkp0dHB6zWXHLjV/A6w5 zQpgNy+q4B+TLjhF1zMmzSfOVMjwpzbRV9O4PWyBDI5oeT0Ghu1dlGcW0Aw6mL20pVxB ZuQcmlV7/COwE1A5jQNocUd2SEURyA9GH/j6pXLJZUFxE3B66Hs3/hheseNtXT+/KNex B1d7+Jb+BJ50bSSWV5/E3XNbk8utAHg/NXXENV1FVF7dCsK69BCP+UdCMGhZcM2R0Sej OrqQ== MIME-Version: 1.0 X-Received: by 10.180.206.84 with SMTP id lm20mr6340534wic.48.1435244058057; Thu, 25 Jun 2015 07:54:18 -0700 (PDT) Received: by 10.28.178.76 with HTTP; Thu, 25 Jun 2015 07:54:18 -0700 (PDT) Date: Thu, 25 Jun 2015 11:54:18 -0300 Message-ID: Subject: Debugging tools from Cordova From: Alexis Saucedo To: dev@cordova.apache.org Content-Type: text/plain; charset=UTF-8 Hi! after lookup to find information from debugging tools from Cordova i can't find how to debuggin one aplication, for example i need debugging one app install into cellphone, this app open camera and send picture to external server, i use cordova.js and jquery ajax for this requirements, i start and play this app but dont send me picture to server, i need debugging this error but i prove chrome dev tools, connect my cellphone to pc MTP mode, use chrome://inspect, this connect to my phone but dont list cordova app. any alternative to debugging Cordova app?. Best regards! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org