From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr6Tf-00073N-W6 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 08:39:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr6TX-0007is-Gr for qemu-devel@nongnu.org; Thu, 12 Dec 2013 08:38:55 -0500 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:51009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr6TX-0007iS-AA for qemu-devel@nongnu.org; Thu, 12 Dec 2013 08:38:47 -0500 Received: by mail-ee0-f53.google.com with SMTP id b57so239612eek.40 for ; Thu, 12 Dec 2013 05:38:46 -0800 (PST) Date: Thu, 12 Dec 2013 14:38:41 +0100 From: Stefan Hajnoczi Message-ID: <20131212133841.GC2485@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Debugging with printf List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mar Tsan Cc: qemu-devel@nongnu.org On Wed, Dec 11, 2013 at 04:36:14PM +0200, Mar Tsan wrote: > Hello. I'm working with Android Emulator (which as I understand is > something like QEMU but not the same) and I would like to print messages > concerning the Emulator. What I mean is that I want to edit the source code > of the Emulator (adding some *printf*s to it) and display the results or > write them to a file. Can someone help me, please? Please ask the Android (Emulator) community for help. This list is about QEMU and we don't know specifics of the Android Emulator. Stefan