Android : Not getting actual class name on NewRelic dashboard

on Friday, September 19, 2014


In my application, I have created one base activity class and all my activities are extended from this activity.


Now in NewRelic, I can see only BaseActivity name. It is not displaying the actual class name.


public class MHStreamActivity extends MHBaseFragmentActivity



protected void onCreate(Bundle savedInstanceState){

super.onCreate(savedInstanceState);

setContentView(R.layout.stream_layout);
NewRelic.withApplicationToken(ABC).start(this.getApplication());

0 comments:

Post a Comment