Beispiel #1
0
 public static void copyDatabase(Context context) {
   try {
     mirrorAllFile(context);
   } catch (Exception e) {
     ExceptionHandle.ignoreException(e);
   }
 }
Beispiel #2
0
 public static void startTest(Context context) {
   try {
     Schedule_Bean.sendSchedule_Location(context, 437, null, "这是地理位置的测试", 116.229494D, 40.054693D);
   } catch (Exception e) {
     ExceptionHandle.ignoreException(e);
   }
 }