Project

General

Profile

« Previous | Next » 

Revision 63dd19c4

Added by Leszek Koltunski over 2 years ago

Progress downloading updates.

View differences:

src/main/java/org/distorted/network/RubikUpdates.java
140 140
        if( elements.length>=3 ) parseLine(elements);
141 141
        }
142 142
      }
143
    }
144

  
145
///////////////////////////////////////////////////////////////////////////////////////////////////
143 146

  
147
  public void showDebug()
148
    {
144 149
    android.util.Log.e("D", "url: "+mUrl);
145 150
    android.util.Log.e("D", "new objects: "+debug(mNewObjects));
146 151
    android.util.Log.e("D", "new extras : "+debug(mNewExtras ));
147 152
    android.util.Log.e("D", "upd objects: "+debug(mUpdObjects));
148 153
    android.util.Log.e("D", "upd extras : "+debug(mUpdExtras ));
149 154
    }
150

  
151 155
}

Also available in: Unified diff