Project

General

Profile

« Previous | Next » 

Revision a83fae26

Added by Leszek Koltunski over 2 years ago

Downloading updates: dialog progress.

View differences:

src/main/java/org/distorted/network/RubikNetwork.java
385 385
  private void sendDebug()
386 386
    {
387 387
    String url = constructDebugURL();
388

  
388
/*
389
    try { Thread.sleep(5000); }
390
    catch( InterruptedException ignored) {}
391
*/
389 392
    try
390 393
      {
391 394
      java.net.URL connectURL = new URL(url);
......
628 631
      }
629 632
    catch( Exception e )
630 633
      {
634
      android.util.Log.e("D", "Exception in RUN");
635

  
631 636
      if( mReceiver!=null ) mReceiver.message("Exception downloading records: "+e.getMessage() );
632 637
      }
633 638

  

Also available in: Unified diff