More debug to data downloader - it suddenly started to misbehave after I've increased buffer size

This commit is contained in:
pelya
2010-05-20 18:37:42 +03:00
parent 8b5b153c8b
commit 16efa9e976
2 changed files with 13 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ import java.io.*;
import java.nio.ByteBuffer;
// TODO: make audio single-threaded, the same way as video
class AudioThread extends Thread {
private Activity mParent;