Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97C17B71C for ; Fri, 20 Jan 2012 06:43:47 +0000 (UTC) Received: (qmail 52750 invoked by uid 500); 20 Jan 2012 06:43:47 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 52305 invoked by uid 500); 20 Jan 2012 06:43:37 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 51897 invoked by uid 99); 20 Jan 2012 06:43:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 06:43:35 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aharui@adobe.com designates 64.18.1.21 as permitted sender) Received: from [64.18.1.21] (HELO exprod6og108.obsmtp.com) (64.18.1.21) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 06:43:25 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob108.postini.com ([64.18.5.12]) with SMTP ID DSNKTxkM+GyLKR+94+jHy/POmcj4+k2JvaLd@postini.com; Thu, 19 Jan 2012 22:43:05 PST Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q0K6fB0Y014061 for ; Thu, 19 Jan 2012 22:41:11 -0800 (PST) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q0K6h3MM005906 for ; Thu, 19 Jan 2012 22:43:03 -0800 (PST) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Thu, 19 Jan 2012 22:43:03 -0800 From: Alex Harui To: "flex-dev@incubator.apache.org" Date: Thu, 19 Jan 2012 22:42:59 -0800 Subject: Re: Trace & Log Thread-Topic: Trace & Log Thread-Index: AczXIQJTOAS+qREhTsqZ/IqES5JtKQAHb1RS Message-ID: In-Reply-To: <4F18DAD4.9060904@leichtgewicht.at> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.11.0.110726 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 1/19/12 7:09 PM, "Martin Heidegger" wrote: > If I wanted to profile my application I would use a profiler. However, > Logging can be used for profiling but is just one of various use-cases > and its not a important one. If you wish I could list the others, but in > short: >=20 > Basically its three things I _want_ to change: > 1) Doing what logging does, just more _granular_. Granulate to methods > or files. > 2) Doing what logging does, just with _less coding_ for the _user_. > Granulate without currently needed boilerplate code. > 3) Doing what logging does, just more _verbose_. Show where the > particular log statements have been originating from. >=20 I'm still lost. That is a description of what you want to do, but not why. If not profiling, what do you want to know about the framework code that requires a release player? A debug SWF has file and line number information in it. Would it be sufficient to simply remove some of that information so it only has information at method entry points? --=20 Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui