Skip to content

Commit

Permalink
changelog3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.zhao committed Mar 27, 2020
1 parent a74219b commit 49ad9e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 3.4.2

### Changed

- Module obj will still be cached in GodEye even it installed failed

## 3.4.1

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,5 @@ public void onCreate() {
super.onCreate();
StartupTracer.get().onApplicationCreate();
SubProcessIntentService.startActionFoo(this);
// new Thread(new Runnable() {
// @Override
// public void run() {
// try {
// Thread.sleep(10000);
// } catch (InterruptedException e) {
// e.printStackTrace();
// }
// try {
// CrashInfo crashInfo = new CrashInfo();
// crashInfo.crashTime = FORMATTER_2.format(new Date());
// GodEye.instance().<Crash>getModule(GodEye.ModuleName.CRASH).produce(Arrays.asList(crashInfo));
// } catch (UninstallException e) {
// e.printStackTrace();
// }
// }
// }).start();
}
}

0 comments on commit 49ad9e5

Please sign in to comment.