Re: printf logs are not getting printed properly on system.log
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZMjwroF6z1mveVY4jidyJz+XoNP5TRpGL0LYSQTc03IM5B370PLfF6RmYieMtMDYNUGL5zirpwGHrGmMzz38HKq/tccwRaTTH7QmqkMqBB66gdrUkFAy0hyIC1U+czr85yI4RFq5lOEv/sOAlz0LMbc3qF2VTcqyBfBb3C8t6H0= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nYKsTA2BnF7NHH2tdXR21KukZsMdXj8EJOxqJ65hntII1Sw7Ol4sY9qUjOy1ouMgYfuOU9RqTj1TXUnJjy5hImfn49M29TcXhK0o0ekJjgdW5eMiGVHnXmxy/di16h4EHTRhlyWckvUHiD3EIxjyi6feubhLHffSjNzXJyRZrLo= Search the archives for "Firewire kprintf" <http://search.lists.apple.com/> On 28/08/07, JanakiRam <johnyatforums@gmail.com> wrote:
Hi Terry,
I'm using logging ( IOLog ) for debugging purpose. Can you provide some links/documentation for firewire debugging KEXT ? .
Please help me to solve this. Thanks in Advance.
-JanakiRam.
On 8/25/07, Terry Lambert <tlambert@apple.com> wrote:
Basically, if you want reliable communication from the kernel to user space, don't use logging, use one of the IPC facilities (sockets, IOKitUser, etc.) instead. If this is for debugging, and it's critical you don't lose data, then use the firewire debugging KEXT instead.
-- Terry
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/bogvardi%40gmail.com
This email sent to bogvardi@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Herb Petschauer