Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-rivero committed Nov 17, 2021
1 parent 2b310cb commit ab202c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public boolean shouldContinueLoading(long playbackPositionUs, long bufferedDurat
return false;
}
if (runtime.freeMemory() == 0) {
Log.w("ExoPlayer Warning", "free memory reached 0, forcing garbage collection");
Log.w("ExoPlayer Warning", "Free memory reached 0, forcing garbage collection");
runtime.gc();
return false;
}
Expand Down

0 comments on commit ab202c9

Please sign in to comment.