在 2010年9月17日星期五UTC+8上午3时43分26秒,Bret Foreman写道: > > I'm having some difficulty getting a broadcast message to arrive at > the expected receiver. So I turned on logging like this: > > intent.addFlags(Intent.FLAG_DEBUG_LOG_RESOLUTION); > > However, there is no message in logcat when I call the broadcast > method with this flag set. Should I be using setFlags instead?
The log tag is "IntentResolver", level is VERBOSE. The addFlag() method works with me when I use startActivity() with an Intent which specifies some action. But when the intent specifies a class name while not action, there is no log output. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

