using UnityEngine; using UnityEngine.UI; using System; using HuaweiService; namespace ApmTest { public class AddCusttomTraceButton : MonoBehaviour { // Start is called before the first frame update public Button m_button; public ApmTest m_test; void Start() { Button btn = m_button.GetComponent