File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
VideoOS/VenvyLibrary/src/main/java/cn/com/venvy Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727import cn .com .venvy .common .interf .WedgeListener ;
2828import cn .com .venvy .common .media .StorageUtils ;
2929import cn .com .venvy .common .media .file .Md5FileNameGenerator ;
30+ import cn .com .venvy .common .report .Report ;
3031import cn .com .venvy .common .statistics .VenvyStatisticsManager ;
3132import cn .com .venvy .common .track .TrackHelper ;
3233import cn .com .venvy .common .utils .VenvyAsyncTaskUtil ;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class ReportHelper {
7474 }
7575
7676 boolean isEnable () {
77- return !DebugStatus .isPreView () && enable ;
77+ return /* !DebugStatus.isPreView() && */ enable ;
7878 }
7979
8080 public void report (@ NonNull final ReportInfo reportInfo ) {
You can’t perform that action at this time.
0 commit comments