test
This commit is contained in:
parent
339eb44876
commit
d645298fe1
1 changed files with 2 additions and 2 deletions
|
@ -465,8 +465,8 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
|
||||||
requestPermissions(retrievePermissions(this));
|
requestPermissions(retrievePermissions(this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (JSONException e) {
|
} catch (Exception e) {
|
||||||
// Log.i("ww", Arrays.toString(e.getStackTrace()));
|
Log.i("ww", Arrays.toString(e.getStackTrace()));
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue