Hi,
I apologize if this is not the correct list to report this.
We have seen that in the M5 version of the Android Emulator
the "trace" function activated by pressing F9 does not work.

We have looked into the source files of the emulator and we
found the error, this is just a typo: in file

        qemu/android_main.c

the first #ifdef directive is written as

        #ifdef CONFIG_TRACE

but it should be written as

        #ifdef CONFIG_TRACING

like the following ones.

By changing this and rebuilding the emulator works fine
like in the previous M3 version.

I hope this may help... and I apologize again for not
having found the proper bug-tracking tool.

        Fabrizio Fazzino & Davide Patti



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to android-internals@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-internals?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to