How to tacktrace In Android for Java code

jackie_gnu發表於2011-12-02
 

When I debug android app, if I work with Java,

I can use

Log.d(“TAG”,“xxxx”, new Throwable())

 to print backtrace of Java code. This is
really handy for me to find bugs.

相關文章