[android-developers] Re: Debugging the framework

2010-01-05 Thread Matan
any idea? On Jan 4, 4:46 pm, Matan wrote: > Hi, > > I did the following: > Modified frameworks/base/services/java/com/android/server/ > KeyInputQueue.java and flashed it to my G1. > Rebuilt > Deployed to the G1 > Created a demo test app > Started debugging the demo app from Eclipse with one break

[android-developers] Re: Debugging the framework

2010-01-05 Thread Joe Onorato
The KeyInputQueue runs in the system process, and your test app runs in its own process. You need to connect two debuggers. When I debug this code, I usually use Log.d debugging instead, because while possible, connecting two debuggers is kind of a pain. -joe On Jan 4, 6:46 am, Matan wrote: >