|
@@ -164,7 +164,9 @@ import static com.artncore.commons.define.BESTIN_LOCATION;
|
|
*/
|
|
*/
|
|
public class MainActivity extends WpadActivity {
|
|
public class MainActivity extends WpadActivity {
|
|
private final static String TAG = "MainActivity";
|
|
private final static String TAG = "MainActivity";
|
|
-
|
|
|
|
|
|
+ //git test code
|
|
|
|
+ private int miTest = 1;
|
|
|
|
+
|
|
private void DebugLogOutput(String s) { if(Common.DEBUG_LOG_ON) Log.d(TAG, s); }
|
|
private void DebugLogOutput(String s) { if(Common.DEBUG_LOG_ON) Log.d(TAG, s); }
|
|
|
|
|
|
// =================================================================================================
|
|
// =================================================================================================
|