Skip to content

Commit

Permalink
Merge pull request #331 from BoleLiu/dev
Browse files Browse the repository at this point in the history
Fixed build error on demo
  • Loading branch information
BoleLiu authored Jan 7, 2022
2 parents 411c2eb + c7649fd commit 04c746b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void checkToUploadCrashFiles() {
}
for (final File crashFile : crashFiles) {
if (crashFile.isFile()) {
FileLogHelper.getInstance().reportLogFileByPath(crashFile.getPath(), new FileLogHelper.LogReportCallback() {
StreamingEnv.reportLogFileByPath(crashFile.getPath(), new FileLogHelper.LogReportCallback() {
@Override
public void onReportSuccess(List<String> logNames) {
for (String logName : logNames) {
Expand Down
Binary file modified releases/pldroid-media-streaming-3.1.1.jar
Binary file not shown.

0 comments on commit 04c746b

Please sign in to comment.