File traceFile = new File(Environment.getExternalStorageDirectory(), "trace");
Debug.startMethodTracing(traceFile.getAbsolutePath());
Debug.stopMethodTracing();
File traceFile = new File(Environment.getExternalStorageDirectory(), "trace");
Debug.startMethodTracing(traceFile.getAbsolutePath());
Debug.stopMethodTracing();