I can't think of anything about the platform that would make your code not work like that. Have you tried attaching the debugger and stepping through your code to see what is happening? Or if you don't like the debugger, put some Log.i() in interesting places in the code path to see what is happening. This likely is a bug in your code.
On Tue, Jun 22, 2010 at 8:35 AM, MobDev <[email protected]> wrote: > unfortunately using the complete path didn't make any difference at > all :( > > Reflection, afaik, are handy if some method's/api's are missing and > thus you can fall back on another implementation.. > But I'm afraid in my case it would always fall back to the other > implementation, thus never using my Logger class :( > After all, I can check if it recognizes my class, but if it simply > doesn't then I actually wouldn't have any use in calling an > alternative or whatever... > > On 22 jun, 16:43, Gyan <[email protected]> wrote: > > Try giving the entire context path all the time. > > > > myprojects.android.loggingModule.Logger.Log() > > > > Or try using reflections API built in Android!! > > > > Gyan > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

