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