如果有人能提供有关如何在android中实现和使用repro的信息,将会非常有用吗?那些是什么
Repro.setup("应用令牌");
// Call the following methods to use Repro's features; they can be called in any desirable place within the app.
// Start Recording
Repro.startRecording();
// Set User ID
Repro.setUserID("foo@example.com");
// Track Event
Repro.track("App Launch", null);