yeah, actually, what  I did is made a void static method call in the main entry

like

com.cognosense.ids.debug.Profiler.nothingToDo();

it shoudl do the same as your code.

I was thinking if  I need to pass method signiture like this

-rb_auto_trace com.cognosense.ids.debug.Profiler.beforeCall(String,String,String,Object,Object)

?

don't know how to write it exactly, just an idea
thank you for your warn answer

On 10/16/06, Ray Chuan <[EMAIL PROTECTED]> wrote:
Hi,
importing doesn't do anything.

You need to include a concrete reference to the class.

Eg.

class Main {
  function dummy() {
    var include:Array = [com.cognosense.ids.debug.Profiler];
  }
}

On 10/16/06, northwood Lee <[EMAIL PROTECTED]> wrote:
> hi, thanks for your answer.
>
> but, after I import com.cognosense.ids.debug
> .Profiler
> into the main entry, it still doesn't work at all. I just put a method that
> output some debug info into the
> com.cognosense.ids.debug.Profiler.beforeCall
>
> I am expecting some output before each function call. but I there is nothing
> come out.
>
> don't know how to deal with it.
>
>
>
>
>
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>


--
Cheers,
Ray Chuan

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to