Skip to content

Commit

Permalink
Merge pull request #42 from VideoOS/dev_2.10.1
Browse files Browse the repository at this point in the history
check environment as report
  • Loading branch information
phoche authored Jun 2, 2020
2 parents 1cae5ee + 121af52 commit 1b91e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import cn.com.venvy.common.interf.WedgeListener;
import cn.com.venvy.common.media.StorageUtils;
import cn.com.venvy.common.media.file.Md5FileNameGenerator;
import cn.com.venvy.common.report.Report;
import cn.com.venvy.common.statistics.VenvyStatisticsManager;
import cn.com.venvy.common.track.TrackHelper;
import cn.com.venvy.common.utils.VenvyAsyncTaskUtil;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ReportHelper {
}

boolean isEnable() {
return !DebugStatus.isPreView() && enable;
return /*!DebugStatus.isPreView() && */enable;
}

public void report(@NonNull final ReportInfo reportInfo) {
Expand Down

0 comments on commit 1b91e8b

Please sign in to comment.