Skip to content

Commit

Permalink
sample修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.zhao committed Mar 10, 2020
1 parent c404dee commit d36fae9
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ public class SampleApp extends Application {
@Override
public void onCreate() {
super.onCreate();
GodEye.instance().init(SampleApp.this);
StartupTracer.get().onApplicationCreate();
//UPDATE 1.8+ 需要初始化
new Thread(new Runnable() {
@Override
public void run() {
GodEye.instance().init(SampleApp.this);
}
}).start();
}
}

0 comments on commit d36fae9

Please sign in to comment.